]> git.eshelyaron.com Git - emacs.git/commitdiff
(w32_menu_display_help): Hide any tooltip window.
authorJason Rumney <jasonr@gnu.org>
Sat, 5 Jan 2002 00:17:40 +0000 (00:17 +0000)
committerJason Rumney <jasonr@gnu.org>
Sat, 5 Jan 2002 00:17:40 +0000 (00:17 +0000)
src/ChangeLog
src/w32menu.c

index ea9b872084088db566b430290fd4f63f0312067e..ccb16497fc59907854af2a5e90edaa543d21e737 100644 (file)
@@ -1,5 +1,7 @@
 2002-01-05  Jason Rumney  <jasonr@gnu.org>
 
+       * w32menu.c (w32_menu_display_help): Hide any tooltip window.
+
        * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
        to the left or to the right of the pointer, put it against
        the left screen edge.
index 03ffb301f01e8df1460161c53be28e7567e07c63..2fe9a63ad5b1c8a62d20a1d62087217a1a4761b6 100644 (file)
@@ -2226,6 +2226,8 @@ w32_menu_display_help (HWND owner, HMENU menu, UINT item, UINT flags)
         Windows code on the non-toolkit version.  */
       if (f)
        {
+         Fx_hide_tip ();
+
          XSETFRAME (frame, f);
          kbd_buffer_store_help_event (frame, help);
        }