aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2007-02-22 23:47:43 +0000
committerJason Rumney2007-02-22 23:47:43 +0000
commit5339f50c4c9ab6fe936fda8ebd37a565c742272a (patch)
tree2a47176fdde695d012e19ebc5c9be9ebeccfa495 /src
parent2f028a74ba520101d61aa81a8bf055db61da960e (diff)
downloademacs-5339f50c4c9ab6fe936fda8ebd37a565c742272a.tar.gz
emacs-5339f50c4c9ab6fe936fda8ebd37a565c742272a.zip
(w32_menu_show): Mark the frame's menu as inactive when popup menu
finishes.
Diffstat (limited to 'src')
-rw-r--r--src/w32menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32menu.c b/src/w32menu.c
index a0aef4b58dd..ba29c6ae433 100644
--- a/src/w32menu.c
+++ b/src/w32menu.c
@@ -1937,6 +1937,7 @@ w32_menu_show (f, x, y, for_click, keymaps, title, error)
1937 1937
1938 /* Free the owner-drawn and help-echo menu strings. */ 1938 /* Free the owner-drawn and help-echo menu strings. */
1939 w32_free_menu_strings (FRAME_W32_WINDOW (f)); 1939 w32_free_menu_strings (FRAME_W32_WINDOW (f));
1940 f->output_data.w32->menubar_active = 0;
1940 1941
1941 /* Find the selected item, and its pane, to return 1942 /* Find the selected item, and its pane, to return
1942 the proper value. */ 1943 the proper value. */