mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-18 10:16:51 +00:00
(handle_one_xevent): Set mouse_face_hidden after clearing highlight.
This commit is contained in:
parent
867756d80a
commit
40d0e2815a
@ -6190,8 +6190,8 @@ handle_one_xevent (dpyinfo, eventp, finish, hold_quit)
|
||||
|
||||
if (!dpyinfo->mouse_face_hidden && INTEGERP (Vmouse_highlight))
|
||||
{
|
||||
dpyinfo->mouse_face_hidden = 1;
|
||||
clear_mouse_face (dpyinfo);
|
||||
dpyinfo->mouse_face_hidden = 1;
|
||||
}
|
||||
|
||||
#if defined USE_MOTIF && defined USE_TOOLKIT_SCROLL_BARS
|
||||
|
Loading…
Reference in New Issue
Block a user