VirtualBox

Changeset 4005 in vbox


Ignore:
Timestamp:
Aug 2, 2007 1:14:10 PM (18 years ago)
Author:
vboxsync
Message:

2150: Make snapshot tree items visible when selected:

Done as requested.

File:
1 edited

Legend:

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

    r3355 r4005  
    306306#ifdef Q_WS_MAC
    307307    toolBar->setMacStyle();
    308 #endif 
     308#endif
    309309
    310310    /* context menu */
     
    471471void VBoxSnapshotsWgt::listView_currentChanged (QListViewItem *item)
    472472{
     473    /* Make the selected item visible */
    473474    if (item)
     475    {
    474476        listView->ensureItemVisible (item);
     477        listView->setContentsPos (item->height() * item->depth(),
     478                                  listView->contentsY());
     479    }
    475480
    476481    /* whether another direct session is open or not */
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