- Timestamp:
- Jun 26, 2013 5:43:30 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86751
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp
r46810 r46811 595 595 if (state() == UIIndicatorStateVideoCapture_Enabled) 596 596 { 597 /* Configure painter for smooth animation: */ 598 painter.setRenderHint(QPainter::Antialiasing); 599 painter.setRenderHint(QPainter::SmoothPixmapTransform); 597 600 /* Shift rotation origin according pixmap center: */ 598 601 painter.translate(height() / 2, height() / 2);
Note:
See TracChangeset
for help on using the changeset viewer.