From 291c866b53d5cb0672e41130c0944009608e41e6 Mon Sep 17 00:00:00 2001 From: Desmis Date: Sun, 10 Jan 2021 18:26:20 +0100 Subject: [PATCH] LA log encoding - forgotten enable mask in standard --- rtgui/locallabtools2.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtgui/locallabtools2.cc b/rtgui/locallabtools2.cc index 8e71bb7f2..a5026d3a8 100644 --- a/rtgui/locallabtools2.cc +++ b/rtgui/locallabtools2.cc @@ -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();