]> git.eshelyaron.com Git - emacs.git/commitdiff
(menu_highlight_callback): Hide any tooltip window.
authorRichard M. Stallman <rms@gnu.org>
Fri, 4 Jan 2002 22:17:33 +0000 (22:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 4 Jan 2002 22:17:33 +0000 (22:17 +0000)
src/ChangeLog
src/xmenu.c

index 4bad3889f741f67ab6e64c04509c1d772f83654c..ad54a7032b6807f2f73a3c1035e9671cd769c9e5 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-04  Richard M. Stallman  <rms@gnu.org>
+
+       * xmenu.c (menu_highlight_callback): Hide any tooltip window.
+
 2002-01-03  Richard M. Stallman  <rms@gnu.org>
 
        * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
index 3df3cab9be42d84a19ca8026661cf20af731b6b4..28a94c8f92c10f1a71a2c0adaed770705063fca2 100644 (file)
@@ -1191,6 +1191,8 @@ menu_highlight_callback (widget, id, call_data)
   f = menubar_id_to_frame (id);
   if (f)
     {
+      Fx_hide_tip ();
+
       XSETFRAME (frame, f);
       kbd_buffer_store_help_event (frame, help);
     }