mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-21 11:54:15 +01:00
OP-1010 Removes some default check-box settings.
This commit is contained in:
parent
f232414d0c
commit
1a1b1b1e4e
@ -92,10 +92,6 @@ ConfigStabilizationWidget::ConfigStabilizationWidget(QWidget *parent) : ConfigTa
|
|||||||
|
|
||||||
connect(this, SIGNAL(autoPilotConnected()), this, SLOT(onBoardConnected()));
|
connect(this, SIGNAL(autoPilotConnected()), this, SLOT(onBoardConnected()));
|
||||||
|
|
||||||
// Link by default
|
|
||||||
ui->checkBox_7->setChecked(true);
|
|
||||||
ui->checkBox_8->setChecked(true);
|
|
||||||
|
|
||||||
disableMouseWheelEvents();
|
disableMouseWheelEvents();
|
||||||
updateEnableControls();
|
updateEnableControls();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user