Changeset 9043
- Timestamp:
- 05/21/08 23:45:59 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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 */

