Mercurial > emacs
diff src/w32menu.c @ 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 | 077c9ec8eca6 |
| children | cf89ff54912e 244d6216c056 dd7c098af727 |
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. */
