Make sure the main window shows up again if the navigator is closed

This commit is contained in:
Klaus Basan
2019-08-24 15:03:39 +02:00
parent fb4cce8e9e
commit 122f96dd6a

View File

@@ -455,7 +455,8 @@ void SwiftGuiStd::showNormal()
void SwiftGuiStd::onNavigatorClosed()
{
// void
if (!sGui || sGui->isShuttingDown()) { return; }
this->show();
}
void SwiftGuiStd::verifyPrerequisites()