mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
uncrusty
This commit is contained in:
parent
efde46cf7a
commit
0556f6f6ad
@ -71,7 +71,6 @@ protected:
|
||||
private slots:
|
||||
virtual void setupUI(QString airframeType);
|
||||
virtual bool throwConfigError(QString airframeType);
|
||||
|
||||
};
|
||||
|
||||
#endif // CONFIGFIXEDWINGWIDGET_H
|
||||
|
@ -344,6 +344,7 @@ void ConfigStabilizationWidget::onBoardConnected()
|
||||
void ConfigStabilizationWidget::pidBankChanged(int index)
|
||||
{
|
||||
bool dirty = isDirty();
|
||||
|
||||
updateObjectFromThrottleCurve();
|
||||
foreach(QTabBar * tabBar, m_pidTabBars) {
|
||||
disconnect(tabBar, SIGNAL(currentChanged(int)), this, SLOT(pidBankChanged(int)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user