LA log encoding - forgotten enable mask in standard

This commit is contained in:
Desmis
2021-01-10 18:26:20 +01:00
parent c5519c0fe7
commit 291c866b53

View File

@@ -5292,7 +5292,7 @@ void LocallabLog::updateGUIToMode(const modeType new_type)
surrHBox->show();
expL->hide();
surHBox->hide();
expmaskL->hide();
expmaskL->show();
gradlogFrame->show();
if (enaLMask->get_active()) {
maskusablel->show();
@@ -5379,7 +5379,7 @@ void LocallabLog::convertParamToNormal()
lightl->setValue(defSpot.lightl);
lightq->setValue(defSpot.lightq);
sursour->set_active(0);
enaLMask->set_active(false);
// enaLMask->set_active(true);
decayl->setValue(defSpot.decayl);
// Enable all listeners
enableListener();