mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 14:07:35 +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:
@@ -393,7 +393,7 @@ namespace BlackGui
|
||||
if (Qt::WindowStaysOnTopHint & flags)
|
||||
{
|
||||
flags &= ~Qt::WindowStaysOnTopHint;
|
||||
flags |= Qt::WindowStaysOnBottomHint;
|
||||
// flags |= Qt::WindowStaysOnBottomHint;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user