Change 2 labels show modified areas

This commit is contained in:
Desmis
2021-01-17 17:21:53 +01:00
parent 9541be0f55
commit cbb7735fae
4 changed files with 4 additions and 2 deletions

View File

@@ -5827,7 +5827,7 @@ LocallabSoft::LocallabSoft():
showmasksoftMethod->append(M("TP_LOCALLAB_SHOWFOURIER"));
showmasksoftMethod->append(M("TP_LOCALLAB_SHOWPOISSON"));
showmasksoftMethod->append(M("TP_LOCALLAB_SHOWNORMAL"));
showmasksoftMethod->append(M("TP_LOCALLAB_SHOWMODIF"));
showmasksoftMethod->append(M("TP_LOCALLAB_SHOWMODIF2"));
showmasksoftMethod->set_active(0);
showmasksoftMethodConn = showmasksoftMethod->signal_changed().connect(sigc::mem_fun(*this, &LocallabSoft::showmasksoftMethodChanged));