Added mask common checkbutton enable mask

This commit is contained in:
Desmis
2020-06-21 17:21:43 +02:00
parent 20b9928b74
commit 4739428abc
9 changed files with 48 additions and 7 deletions

View File

@@ -1206,8 +1206,9 @@ private:
Adjuster* const sensimask;
Adjuster* const blendmask;
MyComboBoxText* const showmaskMethod;
Gtk::CheckButton* const enamask;
sigc::connection showmaskMethodConn;
sigc::connection showmaskMethodConn, enamaskConn;
public:
LocallabMask();
@@ -1230,6 +1231,7 @@ public:
private:
void enabledChanged() override;
void showmaskMethodChanged();
void enamaskChanged();
/*
void autocomputeToggled();