Suppress choice preview dE for blur denoise

This commit is contained in:
Desmis
2020-06-16 18:42:47 +02:00
parent 9e61a361f5
commit 4345010e8c

View File

@@ -5339,7 +5339,7 @@ LocallabBlur::LocallabBlur():
showmaskblMethod->append(M("TP_LOCALLAB_SHOWMODIF"));
showmaskblMethod->append(M("TP_LOCALLAB_SHOWMODIFMASK"));
showmaskblMethod->append(M("TP_LOCALLAB_SHOWMASK"));
showmaskblMethod->append(M("TP_LOCALLAB_SHOWREF"));
// showmaskblMethod->append(M("TP_LOCALLAB_SHOWREF"));
showmaskblMethod->set_active(0);
showmaskblMethod->set_tooltip_markup(M("TP_LOCALLAB_SHOWMASKCOL_TOOLTIP"));
showmaskblMethodConn = showmaskblMethod->signal_changed().connect(sigc::mem_fun(*this, &LocallabBlur::showmaskblMethodChanged));