Changeset 47949 in vbox
- Timestamp:
- Aug 21, 2013 8:16:23 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88262
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.cpp
r47759 r47949 379 379 void UIPopupPane::polishEvent(QShowEvent*) 380 380 { 381 /* Focus if marked as 'focused': */ 382 if (m_fFocused) 383 setFocus(); 384 381 385 /* Emit signal to start *show* animation: */ 382 386 emit sigToShow();
Note:
See TracChangeset
for help on using the changeset viewer.