mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 15:00:02 +02:00
enable fix g0 when in expert mode (when gain mode enabled and not just visible) (#736)
This commit is contained in:
parent
5912aae53e
commit
6a0fe823b3
@ -132,7 +132,7 @@ void qTabSettings::SetupWidgetWindow() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void qTabSettings::SetExportMode(bool exportMode) {
|
void qTabSettings::SetExportMode(bool exportMode) {
|
||||||
if (comboGainMode->isVisible()) {
|
if (comboGainMode->isEnabled()) {
|
||||||
ShowFixG0(exportMode);
|
ShowFixG0(exportMode);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user