Back out bug fix unrelated to RFX painting.
This commit is contained in:
parent
82c09bc048
commit
fc18bf1c73
@ -1037,8 +1037,8 @@ xrdp_painter_draw_text(struct xrdp_painter *self,
|
||||
font_item->width,
|
||||
font_item->height);
|
||||
xrdp_painter_add_dirty_rect(self, x, y,
|
||||
font_item->width + 1, /* XXX - off by one? */
|
||||
font_item->height + 1, /* XXX - off by one? */
|
||||
font_item->width,
|
||||
font_item->height,
|
||||
&draw_rect);
|
||||
x += font_item->incby;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user