Reenable preview deltaE sharp

This commit is contained in:
Desmis
2020-06-02 08:32:05 +02:00
parent bdef177e87
commit 2b4fcfe0e7

View File

@@ -1765,6 +1765,7 @@ LocallabSharp::LocallabSharp():
showmasksharMethod->append(M("TP_LOCALLAB_SHOWMNONE"));
showmasksharMethod->append(M("TP_LOCALLAB_SHOWMODIF"));
showmasksharMethod->append(M("TP_LOCALLAB_SHOWREF"));
showmasksharMethod->set_active(0);
showmasksharMethod->set_tooltip_markup(M("TP_LOCALLAB_SHOWMASKCOL_TOOLTIP"));
showmasksharMethodConn = showmasksharMethod->signal_changed().connect(sigc::mem_fun(*this, &LocallabSharp::showmasksharMethodChanged));