Change some defaults settings - add tooltip Laplacian mask - chnage tooltip

This commit is contained in:
Desmis
2020-06-01 09:01:24 +02:00
parent 0c1179a49d
commit af4d458020
3 changed files with 7 additions and 5 deletions

View File

@@ -410,6 +410,7 @@ ControlSpotPanel::ControlSpotPanel():
if (showtooltip) {
savrest_->set_tooltip_text(M("TP_LOCALLAB_SAVREST_TOOLTIP"));
lumask_->set_tooltip_text(M("TP_LOCALLAB_LUMASK_TOOLTIP"));
laplac_->set_tooltip_text(M("TP_LOCALLAB_LAP_MASK_TOOLTIP"));
}
maskBox->pack_start(*laplac_);