Improve curve visibility logic.
Automatically open first non linear curve for L*a*b*, RGB and HSV.
This commit is contained in:
@@ -109,7 +109,7 @@ void HSVEqualizer::autoOpenCurve ()
|
||||
bool active = hshape->openIfNonlinear();
|
||||
|
||||
if (!active) {
|
||||
sshape->openIfNonlinear();
|
||||
active = sshape->openIfNonlinear();
|
||||
}
|
||||
|
||||
if (!active) {
|
||||
|
Reference in New Issue
Block a user