VirtualBox

Changeset 99980 in vbox


Ignore:
Timestamp:
May 25, 2023 12:34:21 PM (23 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157640
Message:

FE/Qt: bugref:10460. Special casing OS family during default OS type selection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UINameAndSystemEditor.cpp

    r99979 r99980  
    404404            m_pComboType->setCurrentIndex(iIndexOracle);
    405405    }
     406    else if (m_strFamilyId == "Other")
     407    {
     408        QString strDefaultID = "Other_64";
     409        const int iIndexOther = m_pComboType->findData(strDefaultID, TypeID);
     410        if (iIndexOther != -1)
     411            m_pComboType->setCurrentIndex(iIndexOther);
     412    }
    406413    /* Else try to pick the first 64-bit one if it exists.: */
    407414    else
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