changeset 35066:f4b5ec3edf1a

(clear_mouse_face): Don't return if tip_frame is non-nil.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 04 Jan 2001 20:32:20 +0000
parents d988426994b1
children 7ca0048f8615
files src/xterm.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Thu Jan 04 19:25:55 2001 +0000
+++ b/src/xterm.c	Thu Jan 04 20:32:20 2001 +0000
@@ -7290,8 +7290,11 @@
 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);