diff --git a/companion/src/mainwindow.cpp b/companion/src/mainwindow.cpp index 64f63e8f9..7cb68bf98 100644 --- a/companion/src/mainwindow.cpp +++ b/companion/src/mainwindow.cpp @@ -562,6 +562,7 @@ void MainWindow::closeEvent(QCloseEvent *event) g.mainWinGeo(saveGeometry()); g.mainWinState(saveState()); g.tabbedMdi(actTabbedWindows->isChecked()); + QApplication::closeAllWindows(); mdiArea->closeAllSubWindows(); if (mdiArea->currentSubWindow()) { event->ignore();