From 62ba722af5b41693f8f7b5a3e6645eddd8deabc3 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 18 Jul 2000 19:43:04 +0000 Subject: [PATCH] (update_text_area): Write the whole row if it has mouse-face in it. --- src/dispnew.c | 1 + 1 file changed, 1 insertion(+) 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) || desired_row->phys_height != current_row->phys_height || desired_row->visible_height != current_row->visible_height || current_row->overlapped_p + || current_row->mouse_face_p || current_row->x != desired_row->x) { rif->cursor_to (vpos, 0, desired_row->y, desired_row->x); -- 2.39.2