From: Kim F. Storm Date: Sat, 14 Jun 2003 23:01:54 +0000 (+0000) Subject: (x_fix_overlapping_area): Always use area relative X to fix redisplay X-Git-Tag: ttn-vms-21-2-B4~9654 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=57dd22f4e8afc84237a5c1d52461faba582e0fa5;p=emacs.git (x_fix_overlapping_area): Always use area relative X to fix redisplay problem with tall characters (such as A-tilde). --- diff --git a/src/xdisp.c b/src/xdisp.c index c8ecbcbd798..64bda46c1bf 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -18786,10 +18786,7 @@ x_fix_overlapping_area (w, row, area) 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)