diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 5 |
1 files changed, 1 insertions, 4 deletions
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) | |||
| 18786 | 18786 | ||
| 18787 | BLOCK_INPUT; | 18787 | BLOCK_INPUT; |
| 18788 | 18788 | ||
| 18789 | x = window_box_left_offset (w, area); | 18789 | x = 0; |
| 18790 | if (area == TEXT_AREA) | ||
| 18791 | x += row->x; | ||
| 18792 | |||
| 18793 | for (i = 0; i < row->used[area];) | 18790 | for (i = 0; i < row->used[area];) |
| 18794 | { | 18791 | { |
| 18795 | if (row->glyphs[area][i].overlaps_vertically_p) | 18792 | if (row->glyphs[area][i].overlaps_vertically_p) |