1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-02 19:29:15 +01:00

Merge remote-tracking branch 'upstream/next' into filnet/LP-29_osgearth_integration

This commit is contained in:
Philippe Renon 2015-11-06 23:21:35 +01:00
commit bbd214ed31
3 changed files with 4 additions and 3 deletions
ground/gcs/src/plugins/config

@ -639,6 +639,7 @@ void ConfigStabilizationWidget::onBoardConnected()
void ConfigStabilizationWidget::stabBankChanged(int index)
{
bool dirty = isDirty();
disconnect(this, SIGNAL(widgetContentsChanged(QWidget *)), this, SLOT(processLinkedWidgets(QWidget *)));
updateObjectFromThrottleCurve();