Cppcheck: Fixed 2 issues introduced with merge of lockable colour picker

This commit is contained in:
heckflosse
2016-10-10 16:28:44 +02:00
parent c7cf196ae1
commit 0821eea7b6
3 changed files with 5 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ private:
Validity validity;
float r, g, b; // red green blue in [0;1] range
float rpreview, gpreview, bpreview;
float h, s, v; // hue saturation value in [0;1] range
float hue, sat, val; // hue saturation value in [0;1] range
float L, a, bb; // L*a*b value in [0;1] range
void updateBackBuffer ();