Changeset 6152 in vbox
- Timestamp:
- Dec 19, 2007 2:09:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r6148 r6152 3028 3028 vmAutoresizeGuestAction->setEnabled (aActive); 3029 3029 vmSeamlessAction->setEnabled (aSeamlessSupported); 3030 #ifndef Q_WS_MAC /** @todo fix seamless mode on Mac OS X. It is temporarily disabled to prevent bogus bugreports for the beta 3 / beta 2 leopard update. */ 3030 3031 mIsSeamlessSupported = aSeamlessSupported; 3032 #endif 3031 3033 /* If seamless mode should be enabled then check if it is enabled 3032 3034 * currently and re-enable it if open-view procedure is finished */
Note:
See TracChangeset
for help on using the changeset viewer.