mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-16 09:50:25 +00:00
(x_draw_glyphs): Fix compuation of rightmost x for
full-width rows.
This commit is contained in:
parent
fa82947011
commit
98fedd9707
@ -5094,7 +5094,7 @@ x_draw_glyphs (w, x, row, area, start, end, hl, real_start, real_end,
|
||||
}
|
||||
|
||||
x += FRAME_INTERNAL_BORDER_WIDTH (f);
|
||||
last_x -= FRAME_INTERNAL_BORDER_WIDTH (f);
|
||||
last_x += FRAME_INTERNAL_BORDER_WIDTH (f);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user