diff options
Diffstat (limited to 'views/focus')
-rw-r--r-- | views/focus/accelerator_handler_gtk.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/focus/accelerator_handler_gtk.cc b/views/focus/accelerator_handler_gtk.cc index 16984ab..8b52b98 100644 --- a/views/focus/accelerator_handler_gtk.cc +++ b/views/focus/accelerator_handler_gtk.cc @@ -33,6 +33,7 @@ bool AcceleratorHandler::Dispatch(GdkEvent* event) { if (!widget) { // During dnd we get events for windows we don't control (such as the // window being dragged). + gtk_main_do_event(event); return true; } FocusManager* focus_manager = widget->GetFocusManager(); |