Immediately close all of Insight's child windows on InsightWindow::deactivate()
This commit is contained in:
@@ -172,9 +172,8 @@ namespace Bloom
|
||||
}
|
||||
|
||||
Logger::info("Shutting down Insight");
|
||||
if (this->mainWindow->isVisible()) {
|
||||
this->mainWindow->close();
|
||||
}
|
||||
|
||||
this->mainWindow->close();
|
||||
|
||||
if (this->workerThread != nullptr && this->workerThread->isRunning()) {
|
||||
Logger::debug("Stopping InsightWorker thread");
|
||||
|
||||
Reference in New Issue
Block a user