- Timestamp:
- Apr 29, 2014 2:43:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQImage.cpp
r51149 r51169 323 323 Qt::IgnoreAspectRatio, Qt::FastTransformation); 324 324 # ifdef Q_WS_MAC 325 # ifdef VBOX_GUI_WITH_HIDPI 325 326 /* Mark sub-pixmap as HiDPI: */ 326 327 subPixmap.setDevicePixelRatio(dBackingScaleFactor); 328 # endif /* VBOX_GUI_WITH_HIDPI */ 327 329 # endif /* Q_WS_MAC */ 328 330 } … … 342 344 Qt::IgnoreAspectRatio, Qt::FastTransformation); 343 345 # ifdef Q_WS_MAC 346 # ifdef VBOX_GUI_WITH_HIDPI 344 347 /* Mark sub-pixmap as HiDPI: */ 345 348 scaledSubImage.setDevicePixelRatio(dBackingScaleFactor); 349 # endif /* VBOX_GUI_WITH_HIDPI */ 346 350 # endif /* Q_WS_MAC */ 347 351 /* Directly draw scaled-sub-image: */
Note:
See TracChangeset
for help on using the changeset viewer.