Do not explicit enable white balance when switching method, fixes #6365
This commit is contained in:
@@ -949,7 +949,6 @@ void WhiteBalance::WBChanged(double temperature, double greenVal, float studgood
|
||||
[this, temperature, greenVal, studgood]() -> bool
|
||||
{
|
||||
disableListener();
|
||||
setEnabled(true);
|
||||
temp->setValue(temperature);
|
||||
green->setValue(greenVal);
|
||||
StudLabel->set_text(
|
||||
|
||||
Reference in New Issue
Block a user