fix number of bools used by hsv sliders and fix icc dir setting

This commit is contained in:
Jan Rinze
2010-12-09 20:18:01 +01:00
parent 1fd59e8d14
commit 0d77945409
2 changed files with 5 additions and 5 deletions

View File

@@ -265,9 +265,9 @@ class HSVEqualizerParamsEdited {
public:
bool enabled;
bool sat[6];
bool val[6];
bool hue[6];
bool sat[8];
bool val[8];
bool hue[8];
int hsvchannel;
};