- Timestamp:
- Mar 13, 2008 7:22:51 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28882
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r7442 r7444 3225 3225 { 3226 3226 vmAutoresizeGuestAction->setEnabled (aActive); 3227 vmSeamlessAction->setEnabled (aSeamlessSupported); 3228 mIsSeamlessSupported = aSeamlessSupported; 3229 /* If seamless mode should be enabled then check if it is enabled 3230 * currently and re-enable it if open-view procedure is finished */ 3231 if (vmSeamlessAction->isOn() && mIsOpenViewFinished && aSeamlessSupported) 3232 toggleFullscreenMode (true, true); 3227 if (mIsSeamlessSupported != aSeamlessSupported) 3228 { 3229 vmSeamlessAction->setEnabled (aSeamlessSupported); 3230 mIsSeamlessSupported = aSeamlessSupported; 3231 /* If seamless mode should be enabled then check if it is enabled 3232 * currently and re-enable it if open-view procedure is finished */ 3233 if (vmSeamlessAction->isOn() && mIsOpenViewFinished && aSeamlessSupported) 3234 toggleFullscreenMode (true, true); 3235 } 3233 3236 3234 3237 /* Check the GA version only in case of additions are active */
Note:
See TracChangeset
for help on using the changeset viewer.