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

This commit is contained in:
Jan Rinze
2010-12-10 01:02:33 +01:00
parent 222b6628b9
commit 2fb9215c74
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;
};