Changeset 35669 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jan 21, 2011 2:16:01 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69586
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVMListView.cpp
r35668 r35669 600 600 if (QSysInfo::windowsVersion() == QSysInfo::WV_WINDOWS7) 601 601 # endif /* Q_WS_WIN */ 602 603 604 605 602 { 603 p.setCompositionMode(QPainter::CompositionMode_DestinationIn); 604 p.fillRect(image.rect(), QColor(0, 0, 0, 177)); 605 } 606 606 #endif /* defined(Q_WS_MAC) || defined(Q_WS_WIN) */ 607 607 p.end();
Note:
See TracChangeset
for help on using the changeset viewer.