diff options
| author | Richard M. Stallman | 2005-06-06 12:56:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-06-06 12:56:53 +0000 |
| commit | 1ca1f3f6c9c3734066ffd000bbc8ba9fcd1f1b89 (patch) | |
| tree | d07cfe821b7744328d16c5a919517a7ffdff124f /src | |
| parent | aada47fc710c0fadbd1a315a9a261dafd9cd7a71 (diff) | |
| download | emacs-1ca1f3f6c9c3734066ffd000bbc8ba9fcd1f1b89.tar.gz emacs-1ca1f3f6c9c3734066ffd000bbc8ba9fcd1f1b89.zip | |
(popup_get_selection): Undo previous change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xmenu.c | 4 |
1 files changed, 0 insertions, 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) | |||
| 1235 | if (event.type == ButtonRelease | 1235 | if (event.type == ButtonRelease |
| 1236 | && dpyinfo->display == event.xbutton.display) | 1236 | && dpyinfo->display == event.xbutton.display) |
| 1237 | { | 1237 | { |
| 1238 | /* If the click is not on the menu, deactivate the menu. */ | ||
| 1239 | if (x_any_window_to_frame (dpyinfo, event.xexpose.window)) | ||
| 1240 | popup_activated_flag = 0; | ||
| 1241 | |||
| 1242 | dpyinfo->grabbed &= ~(1 << event.xbutton.button); | 1238 | dpyinfo->grabbed &= ~(1 << event.xbutton.button); |
| 1243 | #ifdef USE_MOTIF /* Pretending that the event came from a | 1239 | #ifdef USE_MOTIF /* Pretending that the event came from a |
| 1244 | Btn1Down seems the only way to convince Motif to | 1240 | Btn1Down seems the only way to convince Motif to |