Changeset 4005 in vbox
- Timestamp:
- Aug 2, 2007 1:14:10 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui.h
r3355 r4005 306 306 #ifdef Q_WS_MAC 307 307 toolBar->setMacStyle(); 308 #endif 308 #endif 309 309 310 310 /* context menu */ … … 471 471 void VBoxSnapshotsWgt::listView_currentChanged (QListViewItem *item) 472 472 { 473 /* Make the selected item visible */ 473 474 if (item) 475 { 474 476 listView->ensureItemVisible (item); 477 listView->setContentsPos (item->height() * item->depth(), 478 listView->contentsY()); 479 } 475 480 476 481 /* whether another direct session is open or not */
Note:
See TracChangeset
for help on using the changeset viewer.