mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
turn mouse_mode off to prevent focus issues with the run application
2007-04-03 Elijah Newren <newren gmail com> * src/keybindings.c (handle_panel_keybinding): turn mouse_mode off to prevent focus issues with the run application dialog. Fixes #374752. svn path=/trunk/; revision=3149
This commit is contained in:
parent
350225ea37
commit
da7d198757
@ -1,3 +1,9 @@
|
||||
2007-04-03 Elijah Newren <newren gmail com>
|
||||
|
||||
* src/keybindings.c (handle_panel_keybinding): turn mouse_mode off
|
||||
to prevent focus issues with the run application dialog. Fixes
|
||||
#374752.
|
||||
|
||||
2007-04-03 Elijah Newren <newren gmail com>
|
||||
|
||||
Avoid some crashes when dragging windows partially offscreen.
|
||||
|
@ -3194,7 +3194,9 @@ handle_panel_keybinding (MetaDisplay *display,
|
||||
ev.data.l[1] = event->xkey.time;
|
||||
|
||||
meta_topic (META_DEBUG_KEYBINDINGS,
|
||||
"Sending panel message with timestamp %lu\n", event->xkey.time);
|
||||
"Sending panel message with timestamp %lu, and turning mouse_mode "
|
||||
"off due to keybinding press\n", event->xkey.time);
|
||||
display->mouse_mode = FALSE;
|
||||
|
||||
meta_error_trap_push (display);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user