Changeset 43666 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Oct 17, 2012 11:40:00 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp
r41689 r43666 177 177 sltPlaceOnScreen(); 178 178 179 #ifdef Q_WS_WIN 180 /* On Windows we should activate main window first, 181 * because entering fullscreen there doesn't means window will be auto-activated, 182 * so no window-activation event will be received 183 * and no keyboard-hook created otherwise... */ 184 if (m_uScreenId == 0) 185 setWindowState(windowState() | Qt::WindowActive); 186 #endif /* Q_WS_WIN */ 187 179 188 /* Show window fullscreen: */ 180 189 showFullScreen();
Note:
See TracChangeset
for help on using the changeset viewer.