Fix bug the window flash back after pops up

This commit is contained in:
chenlelin 2020-11-28 15:26:51 +08:00
parent e15aa0c7b0
commit e031158306
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}