Changeset 50916 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 28, 2014 11:52:11 AM (11 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp
r50816 r50916 326 326 if (m_pMiniToolBar) 327 327 m_pMiniToolBar->adjustGeometry(); 328 /* Process pending move & resize events: */329 qApp->processEvents();330 328 } 331 329 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.cpp
r50816 r50916 215 215 m_pMiniToolBar->adjustGeometry(); 216 216 #endif /* !Q_WS_MAC */ 217 /* Process pending move & resize events: */218 qApp->processEvents();219 217 } 220 218
Note:
See TracChangeset
for help on using the changeset viewer.