Add forgotten invershap with deltaE

This commit is contained in:
Desmis
2019-01-30 14:24:03 +01:00
parent 5a0242718c
commit 36cf9ece44
3 changed files with 35 additions and 120 deletions

View File

@@ -2410,7 +2410,7 @@ void Locallab::inversshaChanged()
if (multiImage && inverssha->get_inconsistent()) {
sensisha->show();
} else if (inverssha->get_active()) {
sensisha->hide();
sensisha->show();
} else {
sensisha->show();
}
@@ -4058,7 +4058,7 @@ void Locallab::updateSpecificGUIState()
if (multiImage && inverssha->get_inconsistent()) {
sensisha->show();
} else if (inverssha->get_active()) {
sensisha->hide();
sensisha->show();
} else {
sensisha->show();
}