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

LP-245 config: switching vehicle type would not raise the dirty flag

This commit is contained in:
Philippe Renon 2016-09-14 22:57:28 +02:00 committed by Philippe Renon
parent 07c2020507
commit 939b9c98d1

View File

@ -168,6 +168,7 @@ ConfigVehicleTypeWidget::~ConfigVehicleTypeWidget()
void ConfigVehicleTypeWidget::switchAirframeType(int index)
{
m_aircraft->airframesWidget->setCurrentWidget(getVehicleConfigWidget(index));
setDirty(true);
}
/**