Merge #8481: Qt: Fix minimize and close bugs
05242e9 Fix minimize and close bugs (adlawren)
This commit is contained in:
parent
549894bac7
commit
d5b5aeefe3
@ -1208,9 +1208,15 @@ void BitcoinGUI::closeEvent(QCloseEvent *event)
|
||||
|
||||
QApplication::quit();
|
||||
}
|
||||
else
|
||||
{
|
||||
QMainWindow::showMinimized();
|
||||
event->ignore();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#else
|
||||
QMainWindow::closeEvent(event);
|
||||
#endif
|
||||
}
|
||||
|
||||
void BitcoinGUI::showEvent(QShowEvent *event)
|
||||
|
Loading…
Reference in New Issue
Block a user