Changeset 8362 in vbox
- Timestamp:
- Apr 24, 2008 2:10:50 PM (17 years ago)
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r8342 r8362 729 729 vmFullscreenAction->setOn (true); 730 730 731 vmFullscreenAction->setEnabled (false);732 731 vmSeamlessAction->setEnabled (false); 733 732 str = cmachine.GetExtraData (VBoxDefs::GUI_Seamless); … … 1066 1065 1067 1066 vmSeamlessAction->setEnabled (mIsSeamlessSupported && mIsGraphicsSupported); 1068 vmFullscreenAction->setEnabled ( mIsGraphicsSupported);1067 vmFullscreenAction->setEnabled (true); 1069 1068 1070 1069 console->setIgnoreMainwndResize (false); … … 2031 2030 2032 2031 vmAdjustWindowAction->setEnabled (!aOn); 2033 vmFullscreenAction->setEnabled (!aOn && mIsGraphicsSupported);2032 vmFullscreenAction->setEnabled (!aOn); 2034 2033 vmAutoresizeGuestAction->setEnabled (!aOn); 2035 2034 vmDisableMouseIntegrAction->setEnabled (!aOn); … … 3245 3244 || (mIsGraphicsSupported != aGraphicsSupported)) 3246 3245 { 3247 vmFullscreenAction->setEnabled (aGraphicsSupported);3248 3246 vmSeamlessAction->setEnabled (aSeamlessSupported && aGraphicsSupported); 3249 3247 mIsSeamlessSupported = aSeamlessSupported; -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp
r8342 r8362 739 739 vmFullscreenAction->setChecked (true); 740 740 741 vmFullscreenAction->setEnabled (false);742 741 vmSeamlessAction->setEnabled (false); 743 742 str = cmachine.GetExtraData (VBoxDefs::GUI_Seamless); … … 1077 1076 1078 1077 vmSeamlessAction->setEnabled (mIsSeamlessSupported && mIsGraphicsSupported); 1079 vmFullscreenAction->setEnabled ( mIsGraphicsSupported);1078 vmFullscreenAction->setEnabled (true); 1080 1079 1081 1080 console->setIgnoreMainwndResize (false); … … 2054 2053 2055 2054 vmAdjustWindowAction->setEnabled (!aOn); 2056 vmFullscreenAction->setEnabled (!aOn && mIsGraphicsSupported);2055 vmFullscreenAction->setEnabled (!aOn); 2057 2056 vmAutoresizeGuestAction->setEnabled (!aOn); 2058 2057 vmDisableMouseIntegrAction->setEnabled (!aOn); … … 3291 3290 || (mIsGraphicsSupported != aGraphicsSupported)) 3292 3291 { 3293 vmFullscreenAction->setEnabled (aGraphicsSupported);3294 3292 vmSeamlessAction->setEnabled (aSeamlessSupported && aGraphicsSupported); 3295 3293 mIsSeamlessSupported = aSeamlessSupported;
Note:
See TracChangeset
for help on using the changeset viewer.