VirtualBox

Ignore:
Timestamp:
Jun 5, 2020 3:37:27 PM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9753: No need for scaled mode customizations at all.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineWindowScale.cpp

    r82968 r84701  
    178178void UIMachineWindowScale::normalizeGeometry(bool fAdjustPosition)
    179179{
    180 #ifndef VBOX_GUI_WITH_CUSTOMIZATIONS1
    181180    /* Skip if maximized: */
    182181    if (isMaximized())
     
    198197    UICommon::setTopLevelGeometry(this, frGeo.left() + dl, frGeo.top() + dt,
    199198                                    frGeo.width() - dl - dr, frGeo.height() - dt - db);
    200 #else /* VBOX_GUI_WITH_CUSTOMIZATIONS1 */
    201     /* Customer request: There should no be
    202      * machine-window resize/move on machine-view resize: */
    203     Q_UNUSED(fAdjustPosition);
    204 #endif /* VBOX_GUI_WITH_CUSTOMIZATIONS1 */
    205199}
    206200
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