Merge pull request #5383 from TooWaBoo/filmnegative-history-fix
Film Negative - Fix History view of values
This commit is contained in:
@@ -269,7 +269,7 @@ bool FilmNegative::button1Pressed(int modifierKey)
|
|||||||
listener->panelChanged(
|
listener->panelChanged(
|
||||||
evFilmNegativeExponents,
|
evFilmNegativeExponents,
|
||||||
Glib::ustring::compose(
|
Glib::ustring::compose(
|
||||||
"Ref=%1 ; R=%2 ; B=%3",
|
"Ref=%1\nR=%2\nB=%3",
|
||||||
greenExp->getValue(),
|
greenExp->getValue(),
|
||||||
redRatio->getValue(),
|
redRatio->getValue(),
|
||||||
blueRatio->getValue()
|
blueRatio->getValue()
|
||||||
|
Reference in New Issue
Block a user