Changeset 61969 in vbox
- Timestamp:
- Jun 30, 2016 5:43:28 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108415
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp
r61967 r61969 450 450 { 451 451 m_fWasMinimized = false; 452 showMinimized();452 QMetaObject::invokeMethod(this, "showMinimized", Qt::QueuedConnection); 453 453 } 454 454 … … 494 494 { 495 495 m_fWasMinimized = false; 496 showMinimized();496 QMetaObject::invokeMethod(this, "showMinimized", Qt::QueuedConnection); 497 497 } 498 498
Note:
See TracChangeset
for help on using the changeset viewer.