Added soft radius common mask

This commit is contained in:
Desmis
2020-06-24 19:44:51 +02:00
parent 339d8de30d
commit bbb3300831
10 changed files with 38 additions and 3 deletions

View File

@@ -1206,6 +1206,8 @@ class LocallabMask:
private:
Adjuster* const sensimask;
Adjuster* const blendmask;
Adjuster* const softradiusmask;
MyComboBoxText* const showmask_Method;
Gtk::CheckButton* const enamask;
CurveEditorGroup* const mask_CurveEditorG;