Changeset 7445 in vbox
- Timestamp:
- Mar 13, 2008 7:38:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp
r7442 r7445 3242 3242 { 3243 3243 vmAutoresizeGuestAction->setEnabled (aActive); 3244 vmSeamlessAction->setEnabled (aSeamlessSupported); 3245 mIsSeamlessSupported = aSeamlessSupported; 3246 /* If seamless mode should be enabled then check if it is enabled 3247 * currently and re-enable it if open-view procedure is finished */ 3248 if (vmSeamlessAction->isChecked() && mIsOpenViewFinished && aSeamlessSupported) 3249 toggleFullscreenMode (true, true); 3244 if (mIsSeamlessSupported != aSeamlessSupported) 3245 { 3246 vmSeamlessAction->setEnabled (aSeamlessSupported); 3247 mIsSeamlessSupported = aSeamlessSupported; 3248 /* If seamless mode should be enabled then check if it is enabled 3249 * currently and re-enable it if open-view procedure is finished */ 3250 if (vmSeamlessAction->isOn() && mIsOpenViewFinished && aSeamlessSupported) 3251 toggleFullscreenMode (true, true); 3252 } 3250 3253 3251 3254 /* Check the GA version only in case of additions are active */
Note:
See TracChangeset
for help on using the changeset viewer.