VirtualBox

Changeset 50060 in vbox


Ignore:
Timestamp:
Jan 13, 2014 9:12:20 AM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: 6984: Do not revoke machine-window minimization state on screen-geometry changes.

File:
1 edited

Legend:

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

    r49468 r50060  
    444444void UIMachineWindow::handleScreenCountChange()
    445445{
     446    /* Ignore if window is minimized: */
     447    if (isMinimized())
     448        return;
     449
     450    /* Make sure window is in necessary mode: */
    446451    showInNecessaryMode();
    447452}
     
    449454void UIMachineWindow::handleScreenGeometryChange()
    450455{
     456    /* Ignore if window is minimized: */
     457    if (isMinimized())
     458        return;
     459
     460    /* Make sure window is in necessary mode: */
    451461    showInNecessaryMode();
    452462}
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