Added tooltip checkbox bw

This commit is contained in:
Desmis
2020-05-02 14:23:01 +02:00
parent 778e9af9b7
commit 2d517d64c6
2 changed files with 4 additions and 0 deletions

View File

@@ -346,6 +346,9 @@ ControlSpotPanel::ControlSpotPanel():
if (complexsoft < 2) {
artifBox->pack_start(*thresh_);
}
if (showtooltip) {
blwh_->set_tooltip_text(M("TP_LOCALLAB_BLWH_TOOLTIP"));
}
artifBox->pack_start(*iter_);
artifBox->pack_start(*balan_);