mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
Fixed "window on top"
* do not show navigator * no longer "on top" does not mean "on bottom" * Qt::QueuedConnection
This commit is contained in:
@@ -380,7 +380,8 @@ void SwiftGuiStd::onToggledWindowsOnTop(bool onTop)
|
||||
{
|
||||
if (onTop)
|
||||
{
|
||||
if (m_navigator) { m_navigator->showNavigator(true); }
|
||||
// here we could automatically display the navigator
|
||||
// if (m_navigator) { m_navigator->showNavigator(true); }
|
||||
ui->comp_MainInfoArea->allFloatingOnTop();
|
||||
}
|
||||
}
|
||||
@@ -418,7 +419,7 @@ void SwiftGuiStd::showNormal()
|
||||
|
||||
void SwiftGuiStd::onNavigatorClosed()
|
||||
{
|
||||
// this->showNormal();
|
||||
// void
|
||||
}
|
||||
|
||||
void SwiftGuiStd::verifyPrerequisites()
|
||||
|
||||
Reference in New Issue
Block a user