Fix bug the window flash back after pops up
This commit is contained in:
parent
e15aa0c7b0
commit
e031158306
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue