VirtualBox

Changeset 77490 in vbox


Ignore:
Timestamp:
Feb 27, 2019 4:03:48 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
129081
Message:

FE/Qt: bugref:9080. Give no parents as widget are created. Cocoa does not like that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/medium/viso/UIVisoCreator.cpp

    r77405 r77490  
    276276        m_pMainMenu->addAction(m_pActionOptions);
    277277
    278     m_pToolBar = new UIToolBar(parentWidget());
     278    m_pToolBar = new UIToolBar;
    279279    if (m_pToolBar)
    280280    {
     
    286286    }
    287287
    288     m_pHostBrowser = new UIVisoHostBrowser(0 /* parent */);
     288    m_pHostBrowser = new UIVisoHostBrowser;
    289289    if (m_pHostBrowser)
    290290    {
     
    300300    }
    301301
    302     m_pVisoBrowser = new UIVisoContentBrowser(0 /* parent */);
     302    m_pVisoBrowser = new UIVisoContentBrowser;
    303303    if (m_pVisoBrowser)
    304304    {
     
    308308    }
    309309
    310     m_pConfigurationPanel = new UIVisoConfigurationPanel(this);
     310    m_pConfigurationPanel = new UIVisoConfigurationPanel;
    311311    if (m_pConfigurationPanel)
    312312    {
     
    318318    }
    319319
    320     m_pCreatorOptionsPanel = new UIVisoCreatorOptionsPanel(this);
     320    m_pCreatorOptionsPanel = new UIVisoCreatorOptionsPanel;
    321321    if (m_pCreatorOptionsPanel)
    322322    {
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