diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index f0d7d3ea6dc..5ab468e6ee6 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -3938,6 +3938,7 @@ update_text_area (w, vpos) | |||
| 3938 | || desired_row->phys_height != current_row->phys_height | 3938 | || desired_row->phys_height != current_row->phys_height |
| 3939 | || desired_row->visible_height != current_row->visible_height | 3939 | || desired_row->visible_height != current_row->visible_height |
| 3940 | || current_row->overlapped_p | 3940 | || current_row->overlapped_p |
| 3941 | || current_row->mouse_face_p | ||
| 3941 | || current_row->x != desired_row->x) | 3942 | || current_row->x != desired_row->x) |
| 3942 | { | 3943 | { |
| 3943 | rif->cursor_to (vpos, 0, desired_row->y, desired_row->x); | 3944 | rif->cursor_to (vpos, 0, desired_row->y, desired_row->x); |