Merge pull request #5383 from TooWaBoo/filmnegative-history-fix

Film Negative - Fix History view of values
This commit is contained in:
Beep6581
2019-07-18 21:13:29 +02:00
committed by GitHub

View File

@@ -269,7 +269,7 @@ bool FilmNegative::button1Pressed(int modifierKey)
listener->panelChanged(
evFilmNegativeExponents,
Glib::ustring::compose(
"Ref=%1 ; R=%2 ; B=%3",
"Ref=%1\nR=%2\nB=%3",
greenExp->getValue(),
redRatio->getValue(),
blueRatio->getValue()