Setup form fix, do not hide "override" bar if "override" flag changes

This commit is contained in:
Klaus Basan
2018-07-31 01:04:49 +02:00
parent 89ae16025e
commit 1709119ebf
2 changed files with 16 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ namespace BlackGui
explicit CFsdSetupForm(QWidget *parent = nullptr);
//! Constructor
virtual ~CFsdSetupForm();
virtual ~CFsdSetupForm() override;
//! FSD setup from GUI
BlackMisc::Network::CFsdSetup getValue() const;
@@ -67,7 +67,11 @@ namespace BlackGui
//! Enable / disable
void enabledToggled(bool enabled);
//! Show / hide visible "enable" info
void visibleEnableInfo(bool visible);
QScopedPointer<Ui::CFsdSetupForm> ui;
bool m_visibleEnableInfo = true;
};
} // ns
} // ns