Fixed "window on top"

* do not show navigator
* no longer "on top" does not mean "on bottom"
* Qt::QueuedConnection
This commit is contained in:
Klaus Basan
2019-05-24 23:52:37 +02:00
parent 430f88d700
commit b28d8c7439
5 changed files with 8 additions and 7 deletions

View File

@@ -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()