VirtualBox

Changeset 93645 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 8, 2022 7:04:30 AM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9515. A small fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp

    r93642 r93645  
    715715    AssertReturnVoid(!m_comUnattended.isNull());
    716716    m_comUnattended.SetIsoPath(strISOFilePath);
    717     /* We hide/show unattended install page depending on the value of isUnattendedEnabled: */
    718     setUnattendedPageVisible(isUnattendedEnabled());
    719717    AssertReturnVoid(checkUnattendedInstallError(m_comUnattended));
    720718
     
    726724        qIndices << indices[i];
    727725    setDetectedWindowsImageNamesAndIndices(m_comUnattended.GetDetectedImageNames(), qIndices);
     726    /* We hide/show unattended install page depending on the value of isUnattendedEnabled: */
     727    setUnattendedPageVisible(isUnattendedEnabled());
    728728}
    729729
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