VirtualBox

Changeset 27144 in vbox for trunk


Ignore:
Timestamp:
Mar 7, 2010 4:48:14 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: New running VM core: fullscreen main-menu actions availability fix 2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.cpp

    r27142 r27144  
    175175
    176176    /* Adjust-window action isn't allowed in fullscreen: */
    177     actionsPool()->action(UIActionIndex_Simple_AdjustWindow)->setEnabled(false);
    178177    actionsPool()->action(UIActionIndex_Simple_AdjustWindow)->setVisible(false);
    179178}
     
    318317{
    319318    /* Reenable adjust-window action: */
    320     actionsPool()->action(UIActionIndex_Simple_AdjustWindow)->setEnabled(true);
    321319    actionsPool()->action(UIActionIndex_Simple_AdjustWindow)->setVisible(true);
    322320}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette