mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-30 15:52:12 +01:00
LP-235 Fix: Go to Arming tab after Tx Wizard
This commit is contained in:
parent
406c381071
commit
1244eea220
@ -680,7 +680,7 @@ void ConfigInputWidget::wzNext()
|
||||
manualSettingsObj->setData(manualSettingsData);
|
||||
// move to Arming Settings tab
|
||||
ui->stackedWidget->setCurrentIndex(0);
|
||||
ui->tabWidget->setCurrentIndex(2);
|
||||
ui->tabWidget->setCurrentIndex(3);
|
||||
break;
|
||||
default:
|
||||
Q_ASSERT(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user