- Timestamp:
- Jul 18, 2007 8:40:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp
r3701 r3702 1276 1276 * variable should be set to true here in case of mainwnd is 1277 1277 * maximized or in fullscreen state. */ 1278 if (mainwnd->isMaximized() || mainwnd->isTrueFullscreen() 1279 || mainwnd->isTrueSeamless()) 1280 ignore_mainwnd_resize = true; 1278 /* Not sure if it is really required */ 1279 //if (mainwnd->isMaximized() || mainwnd->isTrueFullscreen() 1280 // || mainwnd->isTrueSeamless()) 1281 // ignore_mainwnd_resize = true; 1281 1282 } 1282 1283 break;
Note:
See TracChangeset
for help on using the changeset viewer.