-
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 }For Gerrit Dashboard: QTBUG-138459 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
678333,5 | Add note to the setWindowFlag to reflect known effect | dev | qt/qtbase | Status: MERGED | +2 | 0 |
679071,2 | Add note to the setWindowFlag to reflect known effect | 6.10 | qt/qtbase | Status: MERGED | +2 | 0 |
680037,2 | Add note to the setWindowFlag to reflect known effect | tqtc/lts-6.8 | qt/tqtc-qtbase | Status: MERGED | +2 | 0 |
680120,2 | Add note to the setWindowFlag to reflect known effect | tqtc/lts-6.5 | qt/tqtc-qtbase | Status: MERGED | +2 | 0 |