diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 9aa3a35d..05751d43 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -159,7 +159,7 @@ bool MainWindow::nativeEvent(const QByteArray &eventType, void *message, long *r switch (event->response_type & ~0x80) { case XCB_FOCUS_OUT: - this->hide(); + // this->hide(); break; }