From 1ca1f3f6c9c3734066ffd000bbc8ba9fcd1f1b89 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 6 Jun 2005 12:56:53 +0000 Subject: [PATCH] (popup_get_selection): Undo previous change. --- src/xmenu.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/xmenu.c b/src/xmenu.c index 6e3a21604c1..6f758d12fc7 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -1235,10 +1235,6 @@ popup_get_selection (initial_event, dpyinfo, id, do_timers) if (event.type == ButtonRelease && dpyinfo->display == event.xbutton.display) { - /* If the click is not on the menu, deactivate the menu. */ - if (x_any_window_to_frame (dpyinfo, event.xexpose.window)) - popup_activated_flag = 0; - dpyinfo->grabbed &= ~(1 << event.xbutton.button); #ifdef USE_MOTIF /* Pretending that the event came from a Btn1Down seems the only way to convince Motif to -- 2.39.5