1
0
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:
Gerd Moellmann 2001-05-14 13:03:23 +00:00
parent fa82947011
commit 98fedd9707

View File

@ -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
{