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

REVONANO Fixed hardware page falsely reporting that it was changed.

This commit is contained in:
m_thread 2015-04-16 18:44:52 +02:00 committed by Alessio Morale
parent 1e7da5a0e1
commit 6bc338885e

View File

@ -78,6 +78,7 @@ ConfigRevoNanoHWWidget::ConfigRevoNanoHWWidget(QWidget *parent) : ConfigTaskWidg
enableControls(true);
populateWidgets();
refreshWidgetsValues();
setDirty(false);
m_refreshing = false;
}