VirtualBox

Changeset 24734 in vbox for trunk


Ignore:
Timestamp:
Nov 17, 2009 7:10:59 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: Current-state is bold now too in the snapshot tree.

File:
1 edited

Legend:

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

    r24593 r24734  
    101101    {
    102102        QFont myFont = font (0);
    103         myFont.setBold (aItalic);
     103        myFont.setItalic (aItalic);
    104104        setFont (0, myFont);
    105105        adjustText();
     
    643643        /* Add the "current state" item */
    644644        SnapshotWgtItem *csi = new SnapshotWgtItem (mCurSnapshotItem, mMachine);
     645        csi->setBold (true);
    645646        csi->recache();
    646647
     
    661662        /* Add the "current state" item */
    662663        SnapshotWgtItem *csi = new SnapshotWgtItem (mTreeWidget, mMachine);
     664        csi->setBold (true);
    663665        csi->recache();
    664666
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