1
0
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:
m_thread 2014-10-13 16:42:29 +02:00
parent 0fd9758e0c
commit a69932fa35

View File

@ -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);
} }
/** /**