1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-17 02:52:12 +01:00

OP-39 Added handling of switching to correct tab in input configuration section when starting Radio Setup Wizard.

This commit is contained in:
Fredrik Arvidsson 2012-09-30 14:19:31 +02:00
parent 3fa2d504bb
commit 949569fdec

View File

@ -300,6 +300,8 @@ void ConfigInputWidget::goToWizard()
msgBox.setStandardButtons(QMessageBox::Ok);
msgBox.setDefaultButton(QMessageBox::Ok);
msgBox.exec();
m_config->tabWidget->setCurrentIndex(0);
wizardSetUpStep(wizardWelcome);
m_config->graphicsView->fitInView(m_txBackground, Qt::KeepAspectRatio );
}