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
committed by Mat Sutcliffe
parent 9ec1d54908
commit c9d5a18421

View File

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