Changeset 55727 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 7, 2015 1:54:30 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100139
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp
r55361 r55727 1532 1532 /* Fast scale sub-pixmap (2nd copy involved): */ 1533 1533 subPixmap = subPixmap.scaled(subPixmap.size() * dBackingScaleFactor, 1534 Qt::IgnoreAspectRatio, transformationMode(enmScalingOptimizationType));1534 Qt::IgnoreAspectRatio, Qt::FastTransformation); 1535 1535 } 1536 1536
Note:
See TracChangeset
for help on using the changeset viewer.