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