Mercurial > emacs
changeset 51567:94e008a215b7
(x_fix_overlapping_area): Always use area relative X to fix redisplay
problem with tall characters (such as A-tilde).
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 14 Jun 2003 23:01:54 +0000 |
parents | 3ae498855a56 |
children | 5dc40bf1e32a |
files | src/xdisp.c |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Sat Jun 14 23:01:02 2003 +0000 +++ b/src/xdisp.c Sat Jun 14 23:01:54 2003 +0000 @@ -18786,10 +18786,7 @@ BLOCK_INPUT; - x = window_box_left_offset (w, area); - if (area == TEXT_AREA) - x += row->x; - + x = 0; for (i = 0; i < row->used[area];) { if (row->glyphs[area][i].overlaps_vertically_p)