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