VirtualBox

Changeset 27535 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Mar 19, 2010 1:33:24 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp

    r27534 r27535  
    560560    CMachine machine = session().GetMachine();
    561561
    562     printf("bla\n");
    563562    /* Save extra-data settings: */
    564563    {
     
    603602     * when the user get out of the maximized state. So check this ourself. */
    604603    return ::darwinIsWindowMaximized(this);
     604#else /* Q_WS_MAC */
     605    return isMaximized();
    605606#endif /* !Q_WS_MAC */
    606     return isMaximized();
    607 }
    608 
     607}
     608
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