Changeset 90096 in vbox
- Timestamp:
- Jul 8, 2021 1:08:55 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMNameOSTypePageBasic.cpp
r90093 r90096 459 459 } 460 460 } 461 462 if (m_pNameAndSystemEditor) 463 m_pNameAndSystemEditor->setFocus(); 461 464 } 462 465 … … 472 475 /* Try to create machine folder: */ 473 476 return UIWizardNewVMNameOSTypePage::createMachineFolder(m_pNameAndSystemEditor, this, qobject_cast<UIWizardNewVM*>(wizard())); 474 }475 476 void UIWizardNewVMNameOSTypePageBasic::showEvent(QShowEvent *pEvent)477 {478 if (m_pNameAndSystemEditor)479 m_pNameAndSystemEditor->setFocus();480 UINativeWizardPage::showEvent(pEvent);481 477 } 482 478
Note:
See TracChangeset
for help on using the changeset viewer.