Skip to content
Snippets Groups Projects
virtualbox-focus.patch 553 B
Newer Older
  • Learn to ignore specific revisions
  • Eric Vidal's avatar
    Eric Vidal committed
    diff --git a/src/plugins/platforms/xcb/qxcbwindow.cpp b/src/plugins/platforms/xcb/qxcbwindow.cpp
    index 9382488b74..1bf1ab268d 100644
    --- a/src/plugins/platforms/xcb/qxcbwindow.cpp
    +++ b/src/plugins/platforms/xcb/qxcbwindow.cpp
    @@ -848,7 +848,7 @@ void QXcbWindow::doFocusOut()
         connection()->setFocusWindow(nullptr);
         relayFocusToModalWindow();
         // Do not set the active window to nullptr if there is a FocusIn coming.
    -    connection()->focusInTimer().start(400);
    +    connection()->focusInTimer().start(100);
     }
     
     struct QtMotifWmHints {