summaryrefslogtreecommitdiff
path: root/gtk2_ardour/stereo_panner.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/stereo_panner.cc')
-rw-r--r--gtk2_ardour/stereo_panner.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/stereo_panner.cc b/gtk2_ardour/stereo_panner.cc
index 37fa5a6b4b..a0353e9844 100644
--- a/gtk2_ardour/stereo_panner.cc
+++ b/gtk2_ardour/stereo_panner.cc
@@ -683,7 +683,7 @@ StereoPanner::set_colors ()
colors[Mono].background = ARDOUR_UI::config()->color ("stereo panner mono bg");
colors[Mono].rule = ARDOUR_UI::config()->color ("stereo panner rule");
- colors[Inverted].fill = ARDOUR_UI::config()->color ("stereo panner inverted fill");
+ colors[Inverted].fill = ARDOUR_UI::config()->color_mod ("stereo panner inverted fill", "stereo panner inverted");
colors[Inverted].outline = ARDOUR_UI::config()->color ("stereo panner inverted outline");
colors[Inverted].text = ARDOUR_UI::config()->color ("stereo panner inverted text");
colors[Inverted].background = ARDOUR_UI::config()->color ("stereo panner inverted bg");