# HG changeset patch # User Gerd Moellmann # Date 978640340 0 # Node ID f4b5ec3edf1ad8522e4ea4ab90791675c85bec88 # Parent d988426994b158447c6a07164a62c97e52ee8699 (clear_mouse_face): Don't return if tip_frame is non-nil. diff -r d988426994b1 -r f4b5ec3edf1a src/xterm.c --- 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);