Improve curve visibility logic.

Automatically open first non linear curve for L*a*b*, RGB and HSV.
This commit is contained in:
heckflosse
2019-03-31 23:29:25 +02:00
parent bf41152ec8
commit 1e2356b938
3 changed files with 9 additions and 9 deletions

View File

@@ -109,7 +109,7 @@ void HSVEqualizer::autoOpenCurve ()
bool active = hshape->openIfNonlinear();
if (!active) {
sshape->openIfNonlinear();
active = sshape->openIfNonlinear();
}
if (!active) {