Changeset 88497 in vbox for trunk/src/VBox
- Timestamp:
- Apr 13, 2021 4:59:19 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpViewer.cpp
r88496 r88497 657 657 QRectF fillRect(imageRect.x() - iMargin, imageRect.y() - iMargin, 658 658 imageRect.width() + 2 * iMargin, imageRect.height() + 2 * iMargin); 659 659 /** @todo I need to find the default color somehow and replace hard coded Qt::white. */ 660 660 painter.fillRect(fillRect, Qt::white); 661 661 painter.drawPixmap(imageRect, newPixmap, newPixmap.rect());
Note:
See TracChangeset
for help on using the changeset viewer.