VirtualBox

Changeset 28670 in vbox


Ignore:
Timestamp:
Apr 23, 2010 5:53:57 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60541
Message:

FE/Qt4: additional comment to r60460

File:
1 edited

Legend:

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

    r28612 r28670  
    544544        }
    545545
    546         /* Normalize view to the optimal size: */
     546        /* Normalize view to the optimal size:
     547           Note: Cause of the async behavior of some Linux WM's we have to
     548           delay this a little bit. On Mac OS X this is not necessary and
     549           create even wrong resize events. So there we set the geometry
     550           immediately. */
     551        if (machineView())
    547552#ifdef Q_WS_MAC
    548         if (machineView())
    549553            machineView()->normalizeGeometry(true);
    550554#else /* Q_WS_MAC */
    551         if (machineView())
    552555            QTimer::singleShot(0, machineView(), SLOT(sltNormalizeGeometry()));
    553556#endif /* Q_WS_MAC */
Note: See TracChangeset for help on using the changeset viewer.

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