Changeset 108392 in vbox
- Timestamp:
- Feb 26, 2025 2:16:46 PM (8 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167756
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp
r108390 r108392 1280 1280 paintRect.setLeft(findMultipleOfScaleFactor(devicePixelRatio(), paintRect.left(), false)); 1281 1281 paintRect.setTop(findMultipleOfScaleFactor(devicePixelRatio(), paintRect.top(), false)); 1282 paintRect.set Right(findMultipleOfScaleFactor(devicePixelRatio(), paintRect.right(), true));1283 paintRect.set Bottom(findMultipleOfScaleFactor(devicePixelRatio(), paintRect.bottom(), true));1282 paintRect.setWidth(findMultipleOfScaleFactor(devicePixelRatio(), paintRect.width(), true)); 1283 paintRect.setHeight(findMultipleOfScaleFactor(devicePixelRatio(), paintRect.height(), true)); 1284 1284 } 1285 1285 QRect paintRectHiDPI = paintRect;
Note:
See TracChangeset
for help on using the changeset viewer.