Bugfixe: Move "Avoid" check button to "Settings" locallab panel

This commit is contained in:
Pandagrapher
2019-03-17 13:32:16 +01:00
parent 8569738cf6
commit a3e9b1bd7c
8 changed files with 90 additions and 98 deletions

View File

@@ -374,6 +374,7 @@ public:
bool thresh;
bool iter;
bool balan;
bool avoid;
// Color & Light
bool expcolor;
bool curvactiv;
@@ -525,8 +526,6 @@ public:
bool adjblur;
bool bilateral;
bool sensiden;
// Others
bool avoid;
LocallabSpotEdited(bool v);