From 48a7a11974fb378483da9c4cce6e2af4d7060c5d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 14 Dec 2014 12:27:07 -0500 Subject: initial pass to replace all UIConfiguration::get_XXXXXX() calls with UIConfiguration::color(name). IMPORTANT: names have not been downcased and spaced yet, so many colors are not found --- gtk2_ardour/patch_change.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/patch_change.cc') diff --git a/gtk2_ardour/patch_change.cc b/gtk2_ardour/patch_change.cc index 18ef5da004..bdc4e71afe 100644 --- a/gtk2_ardour/patch_change.cc +++ b/gtk2_ardour/patch_change.cc @@ -58,8 +58,8 @@ PatchChange::PatchChange( _flag = new ArdourCanvas::Flag ( parent, height, - ARDOUR_UI::config()->get_MidiPatchChangeOutline(), - ARDOUR_UI::config()->get_MidiPatchChangeFill(), + ARDOUR_UI::config()->color ("MidiPatchChangeOutline"), + ARDOUR_UI::config()->color ("MidiPatchChangeFill"), ArdourCanvas::Duple (x, y) ); -- cgit v1.2.3