Mercurial > emacs
changeset 30307:faf4e303bab7
(update_text_area): Write the whole row if it
has mouse-face in it.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 18 Jul 2000 19:43:04 +0000 |
parents | 7a694e8efd12 |
children | 2fde043d7aa7 |
files | src/dispnew.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispnew.c Tue Jul 18 19:07:15 2000 +0000 +++ b/src/dispnew.c Tue Jul 18 19:43:04 2000 +0000 @@ -3938,6 +3938,7 @@ || 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);