Bugfix: exponent adjusters were not following the master (green) slider after exponents auto-calc via dual spot picking; updated redRatio/blueRatio after calculation.
This commit is contained in:
@@ -287,6 +287,8 @@ bool FilmNegative::button1Pressed(int modifierKey)
|
||||
redExp->setValue(newExps[0]);
|
||||
greenExp->setValue(newExps[1]);
|
||||
blueExp->setValue(newExps[2]);
|
||||
redRatio = redExp->getValue() / greenExp->getValue();
|
||||
blueRatio = blueExp->getValue() / greenExp->getValue();
|
||||
enableListener();
|
||||
|
||||
if (listener && getEnabled()) {
|
||||
|
Reference in New Issue
Block a user