VirtualBox

Changeset 85458 in vbox


Ignore:
Timestamp:
Jul 24, 2020 3:56:58 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139506
Message:

FE/Qt: bugref:9722: Cloud Console Manager: Fixing QStackedLayout bug; This control needs to be inserted into another layout before accepting children itself, else they can appear on top-level surfaces as a consequence of X11 Qt bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/cloud/consolemanager/UICloudConsoleDetailsWidget.cpp

    r85389 r85458  
    237237        if (m_pStackedLayout)
    238238        {
     239            /* Add into layout: */
     240            pMainLayout->addLayout(m_pStackedLayout);
     241
    239242            /* Create application widget: */
    240243            QWidget *pWidgetApplication = new QWidget;
     
    398401                m_pStackedLayout->addWidget(pWidgetProfile);
    399402            }
    400 
    401             /* Add into layout: */
    402             pMainLayout->addLayout(m_pStackedLayout);
    403403        }
    404404
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