Changeset 27142 in vbox
- Timestamp:
- Mar 7, 2010 4:35:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.cpp
r27132 r27142 174 174 UIMachineLogic::prepareActionGroups(); 175 175 176 /* Adjust window isn't allowed in fullscreen*/176 /* Adjust-window action isn't allowed in fullscreen: */ 177 177 actionsPool()->action(UIActionIndex_Simple_AdjustWindow)->setEnabled(false); 178 actionsPool()->action(UIActionIndex_Simple_AdjustWindow)->setVisible(false); 178 179 } 179 180 … … 316 317 void UIMachineLogicFullscreen::cleanupActionGroups() 317 318 { 318 /* Reenable adjust window*/319 /* Reenable adjust-window action: */ 319 320 actionsPool()->action(UIActionIndex_Simple_AdjustWindow)->setEnabled(true); 321 actionsPool()->action(UIActionIndex_Simple_AdjustWindow)->setVisible(true); 320 322 } 321 323
Note:
See TracChangeset
for help on using the changeset viewer.