2019-07-01 02:00:37 +00:00
|
|
|
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);
|
2019-07-01 14:20:54 +00:00
|
|
|
+ connection()->focusInTimer().start(100);
|
2019-07-01 02:00:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
struct QtMotifWmHints {
|