Ciecam02 fixed bad temp and tint cat02preset

This commit is contained in:
Desmis
2020-02-29 12:51:17 +01:00
parent c79997bc48
commit aa389dbcae
4 changed files with 24 additions and 0 deletions

View File

@@ -1631,6 +1631,22 @@ void ColorAppearance::adapCamChanged (double cadap)
);
}
void ColorAppearance::wbCamChanged (double temp, double tin)
{
idle_register.add(
[this, temp, tin]() -> bool
{
disableListener();
tempout->setValue(temp);
greenout->setValue(tin);
enableListener();
return false;
}
);
}
void ColorAppearance::ybCamChanged (int ybsc)
{
if(presetcat02->get_active()){