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

@@ -117,7 +117,7 @@ void RGBCurves::autoOpenCurve ()
bool active = Rshape->openIfNonlinear();
if (!active) {
Gshape->openIfNonlinear();
active = Gshape->openIfNonlinear();
}
if (!active) {