Changeset 57048 in vbox for trunk/src/VBox
- Timestamp:
- Jul 21, 2015 5:31:35 PM (9 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
r57047 r57048 440 440 #endif /* Q_WS_X11 */ 441 441 442 /* Adjust machine-view size if necessary: */ 443 adjustMachineViewSize(); 444 442 445 /* Make sure machine-view have focus: */ 443 446 m_pMachineView->setFocus(); -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.cpp
r57047 r57048 236 236 #endif /* Q_WS_WIN || Q_WS_X11 */ 237 237 238 /* Adjust machine-view size if necessary: */ 239 adjustMachineViewSize(); 240 238 241 /* Make sure machine-view have focus: */ 239 242 m_pMachineView->setFocus();
Note:
See TracChangeset
for help on using the changeset viewer.