Changeset 85637 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.cpp
- Timestamp:
- Aug 6, 2020 3:19:33 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.cpp
r85173 r85637 257 257 retranslateUi(); 258 258 259 if (!field("type").canConvert<CGuestOSType>()) 260 return; 261 259 262 /* Get recommended 'ram' field value: */ 260 263 CGuestOSType type = field("type").value<CGuestOSType>(); … … 263 266 264 267 /* Prepare initial disk choice: */ 265 if ( field("type").value<CGuestOSType>().GetRecommendedHDD() != 0)268 if (type.GetRecommendedHDD() != 0) 266 269 { 267 270 if (m_pDiskCreate)
Note:
See TracChangeset
for help on using the changeset viewer.