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