mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-01 18:29:16 +01:00
OP-1457 Disabling Feed Forward tab when vehicle is Fixed Wing.
This commit is contained in:
parent
0fd9758e0c
commit
a69932fa35
@ -174,6 +174,7 @@ ConfigVehicleTypeWidget::~ConfigVehicleTypeWidget()
|
|||||||
void ConfigVehicleTypeWidget::switchAirframeType(int index)
|
void ConfigVehicleTypeWidget::switchAirframeType(int index)
|
||||||
{
|
{
|
||||||
m_aircraft->airframesWidget->setCurrentWidget(getVehicleConfigWidget(index));
|
m_aircraft->airframesWidget->setCurrentWidget(getVehicleConfigWidget(index));
|
||||||
|
m_aircraft->tabWidget->setTabEnabled(1, index != 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user