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
committed by Mat Sutcliffe
parent 3aa5794836
commit ad22d8b45b
5 changed files with 8 additions and 7 deletions

View File

@@ -393,7 +393,7 @@ namespace BlackGui
if (Qt::WindowStaysOnTopHint & flags)
{
flags &= ~Qt::WindowStaysOnTopHint;
flags |= Qt::WindowStaysOnBottomHint;
// flags |= Qt::WindowStaysOnBottomHint;
}
else
{