Changeset 47949 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Aug 21, 2013 8:16:23 AM (11 years ago)
- 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.