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

@@ -957,6 +957,7 @@ struct LocallabParams {
double thresh;
double iter;
double balan;
bool avoid;
// Color & Light
bool expcolor;
bool curvactiv;
@@ -968,7 +969,6 @@ struct LocallabParams {
double labgridAHigh;
double labgridBHigh;
int strengthgrid;
int sensi;
int structcol;
int blurcolde;
@@ -1110,8 +1110,6 @@ struct LocallabParams {
int adjblur;
int bilateral;
int sensiden;
// Others
bool avoid;
LocallabSpot();