You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
Tested out framelesshelper width Qt 6.6.0 today and I see the following issue. If you run the quick or widget examples and drag the window to a second monitor then the window will fail to resize and you will be left with a incorrectly rendered space at the bottom of the window which is suspiciously the same size as the title bar.
Quick window after moving to second window:
The widget example will fix itself after about a second but the quick example requires you to resize the window for the issue to go away.
The following warning is logged every time I move the window between monitors:
[2023/11/11 13:31:44.170] <WARNING> QWindowsWindow::setGeometry: Unable to set geometry 160x600+1200+620 (frame: 176x608+1192+620) on ApplicationWindow_QMLTYPE_2/"" on "DELL U2715H". Resulting geometry: 160x631+1200+589 (frame: 176x639+1192+589) margins: 8, 0, 8, 8)
Note that the issue does not present it self if I switch back down to Qt 6.5.0.
Environment:
Edition Windows 10 Pro
Version 22H2
Installed on 13/02/2021
OS build 19045.3570
Experience Windows Feature Experience Pack 1000.19052.1000.0
The text was updated successfully, but these errors were encountered:
Tested out
framelesshelper
width Qt 6.6.0 today and I see the following issue. If you run the quick or widget examples and drag the window to a second monitor then the window will fail to resize and you will be left with a incorrectly rendered space at the bottom of the window which is suspiciously the same size as the title bar.Quick window after moving to second window:
The widget example will fix itself after about a second but the quick example requires you to resize the window for the issue to go away.
The following warning is logged every time I move the window between monitors:
Note that the issue does not present it self if I switch back down to Qt 6.5.0.
Environment:
Edition Windows 10 Pro
Version 22H2
Installed on 13/02/2021
OS build 19045.3570
Experience Windows Feature Experience Pack 1000.19052.1000.0
The text was updated successfully, but these errors were encountered: