Changeset 9043 in vbox for trunk/src/VBox
- Timestamp:
- May 21, 2008 9:45:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r9036 r9043 2198 2198 } 2199 2199 2200 /* Set flag for waiting host resize if it awaited during mode entering */ 2201 if ((mIsFullscreen || mIsSeamless) && (consoleSize != initialSize)) 2202 mIsWaitingModeResize = true; 2203 2204 /* Toggle qt full-screen mode */ 2205 setWindowState (windowState() ^ WindowFullScreen); 2206 2200 2207 /* Process all console attributes changes and sub-widget hidings */ 2201 2208 qApp->processEvents(); … … 2204 2211 console->toggleFSMode (consoleSize); 2205 2212 2206 /* Waiting for host resize if it awaited during mode entering/exiting */2207 if ((mIsFullscreen || mIsSeamless) && (consoleSize != initialSize))2208 mIsWaitingModeResize = true;2209 2210 2213 if (!mIsWaitingModeResize) 2211 2214 onExitFullscreen(); 2212 2213 setWindowState (windowState() ^ WindowFullScreen);2214 2215 2215 2216 /* Unlock FS actions locked during modes toggling */
Note:
See TracChangeset
for help on using the changeset viewer.