Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.12.4
Description
There seem to be two ways this shows depending on the starting conditions.
A) scaling up is not working:
- set scale to 100%
- start attached application
- change scale to 200%
-> red and blue rectangles stay at the same pixel size as they were
However the window is expanded. This causes green region (clear color) to be showing outside of it. Clicking in the green region does nothing even though there should be a MouseArea covering the whole contentItem.
Clicking the red or blue region however work as expected.
B) scaling down is not causing a repaint
- set scale to 200%
- start attached application
- change scale to 100%
-> The red region now covers the whole window.
Clicking the window now causes it to repaint and now it is showing up properly.
Attachments
Issue Links
- is duplicated by
-
QTBUG-78301 Wrong artifacts rendering after changing Window's scaling factor while application is running
- Closed
- relates to
-
QTBUG-76902 Widgets and fonts have wrong size after moving to screen due to disconnect with different DPI when dpiawareness = 2
- Closed