-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.9.1, 6.10.0 FF
-
None
-
-
a6d96d4ea (dev), ab747ac67 (6.10), 27c5da6d3 (tqtc/lts-6.8), e8e05c65b (tqtc/lts-6.5)
When setting or removing Window flag Qt.WindowStaysOnTopHint while being on fullscreen, window is no longer fullscreen.
I created 2 buttons. First sets the WindowStaysOnTopHint and the second is removing the flag
Button 1
onClicked:
{ root.flags = Qt.Window | Qt.WindowStaysOnTopHint }
Button2
onClicked:
{ root.flags = Qt.Window }