From 14025dd15fbce9a01b2826913b54dc2b9d2d921a Mon Sep 17 00:00:00 2001 From: TooWaBoo Date: Thu, 18 Jul 2019 18:07:09 +0200 Subject: [PATCH] Fix History view of values --- rtgui/filmnegative.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/filmnegative.cc b/rtgui/filmnegative.cc index 2145f46b1..3464f7e46 100644 --- a/rtgui/filmnegative.cc +++ b/rtgui/filmnegative.cc @@ -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()