mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
changed gain mode. dynamic_gain_mode to dynamic only. binaries in
This commit is contained in:
@ -65,7 +65,7 @@ class qTabSettings : public QWidget, private Ui::TabSettingsObject {
|
||||
};
|
||||
|
||||
enum {
|
||||
DYNAMIC_GAIN_MODE,
|
||||
DYNAMIC,
|
||||
FORCE_SWITCH_G1,
|
||||
FORCE_SWITCH_G2,
|
||||
FIX_G1,
|
||||
|
@ -132,7 +132,7 @@ void qTabSettings::SetupDetectorSettings() {
|
||||
}
|
||||
|
||||
void qTabSettings::SetupGainMode() {
|
||||
comboGainMode->setCurrentIndex(DYNAMIC_GAIN_MODE);
|
||||
comboGainMode->setCurrentIndex(DYNAMIC);
|
||||
ShowFixG0(false);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user