Changeset 90281 in vbox
- Timestamp:
- Jul 22, 2021 9:44:32 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.cpp
r90280 r90281 277 277 connect(m_pSizeAndLocationGroup, &UIMediumSizeAndPathGroupBox::sigMediumPathChanged, 278 278 this, &UIWizardNewVMPageExpert::sltMediumPathChanged); 279 } 279 280 280 281 if (m_pDiskSelectionButton) … … 286 287 // this, &UIWizardNewVMPageExpert::sltMediaComboBoxIndexChanged); 287 288 288 } 289 289 290 connect(m_pFormatButtonGroup, &UIDiskFormatsGroupBox::sigMediumFormatChanged, 290 291 this, &UIWizardNewVMPageExpert::sltMediumFormatChanged); … … 568 569 } 569 570 570 if (m_enmSelectedDiskSource == SelectedDiskSource_ New&& uiCommon().medium(m_pDiskSelector->id()).isNull())571 if (m_enmSelectedDiskSource == SelectedDiskSource_Existing && uiCommon().medium(m_pDiskSelector->id()).isNull()) 571 572 { 572 573 m_pToolBox->setPageTitleIcon(ExpertToolboxItems_Disk, … … 817 818 m_pSizeAndLocationGroup->blockSignals(true); 818 819 m_pSizeAndLocationGroup->updateMediumPath(comMediumFormat, m_pFormatButtonGroup->formatExtensions()); 819 m_pSizeAndLocationGroup->blockSignals( true);820 m_pSizeAndLocationGroup->blockSignals(false); 820 821 /* Update the wizard parameters explicitly since we blocked th signals: */ 821 822 newVMWizardPropertySet(MediumPath, m_pSizeAndLocationGroup->mediumPath());
Note:
See TracChangeset
for help on using the changeset viewer.