changeset 76086:da9b24e47b34

(w32_menu_show): Mark the frame's menu as inactive when popup menu finishes.
author Jason Rumney <jasonr@gnu.org>
date Thu, 22 Feb 2007 23:47:43 +0000
parents 635817aa9180
children 336f48937e2a
files src/w32menu.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32menu.c	Thu Feb 22 23:47:12 2007 +0000
+++ b/src/w32menu.c	Thu Feb 22 23:47:43 2007 +0000
@@ -1937,6 +1937,7 @@
 
   /* Free the owner-drawn and help-echo menu strings.  */
   w32_free_menu_strings (FRAME_W32_WINDOW (f));
+  f->output_data.w32->menubar_active = 0;
 
   /* Find the selected item, and its pane, to return
      the proper value.  */