mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-06 14:02:07 -08:00
(clear_mouse_face): Don't return if tip_frame is
non-nil.
This commit is contained in:
parent
8416e94a2d
commit
7948d50a76
1 changed files with 3 additions and 0 deletions
|
|
@ -7290,8 +7290,11 @@ void
|
|||
clear_mouse_face (dpyinfo)
|
||||
struct x_display_info *dpyinfo;
|
||||
{
|
||||
#if 0 /* This prevents redrawing tool bar items when changing
|
||||
from one to another, so don't do it. */
|
||||
if (!NILP (tip_frame))
|
||||
return;
|
||||
#endif
|
||||
|
||||
if (! NILP (dpyinfo->mouse_face_window))
|
||||
show_mouse_face (dpyinfo, DRAW_NORMAL_TEXT);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue