mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 19:35:33 +08:00
Make sure the main window shows up again if the navigator is closed
This commit is contained in:
committed by
Mat Sutcliffe
parent
9ec1d54908
commit
c9d5a18421
@@ -455,7 +455,8 @@ void SwiftGuiStd::showNormal()
|
|||||||
|
|
||||||
void SwiftGuiStd::onNavigatorClosed()
|
void SwiftGuiStd::onNavigatorClosed()
|
||||||
{
|
{
|
||||||
// void
|
if (!sGui || sGui->isShuttingDown()) { return; }
|
||||||
|
this->show();
|
||||||
}
|
}
|
||||||
|
|
||||||
void SwiftGuiStd::verifyPrerequisites()
|
void SwiftGuiStd::verifyPrerequisites()
|
||||||
|
|||||||
Reference in New Issue
Block a user