VirtualBox

Changeset 88497 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 13, 2021 4:59:19 PM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9831. Adding a comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpViewer.cpp

    r88496 r88497  
    657657        QRectF fillRect(imageRect.x() - iMargin, imageRect.y() - iMargin,
    658658                        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. */
    660660        painter.fillRect(fillRect, Qt::white);
    661661        painter.drawPixmap(imageRect, newPixmap, newPixmap.rect());
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette