VirtualBox

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


Ignore:
Timestamp:
Feb 16, 2017 10:45:54 AM (8 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:8636: X11: Runtime UI: Mini-toolbar: Bug in minimization detection done in r113201.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.cpp

    r65798 r65799  
    10701070                        case GeometryType_Available:
    10711071                        {
    1072                             if (   windowState() == Qt::WindowMaximized
     1072                            if (   m_pParent->windowState() == Qt::WindowMaximized
    10731073                                && pChangeEvent->oldState() == Qt::WindowNoState)
    10741074                            {
     
    10811081                        case GeometryType_Full:
    10821082                        {
    1083                             if (   windowState() == Qt::WindowFullScreen
     1083                            if (   m_pParent->windowState() == Qt::WindowFullScreen
    10841084                                && pChangeEvent->oldState() == Qt::WindowNoState)
    10851085                            {
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