Details
-
Bug
-
Resolution: Cannot Reproduce
-
P1: Critical
-
None
-
6.2.1
-
None
-
Windows 10 Pro 20H2, Screen Setup: Main Display: 1920x1080, scaling 125%, Display 2: 1920x1080, scaling 100% (on the left of the main display)
Description
In my setup I have the main HD display scaled at 125% and the HD display on the left scaled at 100%.
I have a QQuickWindow placed on the left screen and a timer that increases its x coordinate so that eventually the window will move to the main display.
If I use the function QQuickWindow:setPosition, I see a vertical jump and the warning "Unable to set geometry...." when the window crosses the screen,
If I set the position using the Window api SetWindowPos, everything works fine
Attachments
Issue Links
- is duplicated by
-
QTBUG-98566 QQuickWindow: Inconsistent size when resizing via win32 SetWindowPos
- Open