summaryrefslogtreecommitdiff
path: root/gtk2_ardour/note_base.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-12-15 10:21:08 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-12-15 10:21:08 -0500
commit1fd681604e7ee2e98d5bb08704da05abaa8227c3 (patch)
tree817f069785048431f58b5653812cc8a7cb3053de /gtk2_ardour/note_base.cc
parent7b023f4ee067e01e5f330bc14580f473fd862cec (diff)
next modifier
Diffstat (limited to 'gtk2_ardour/note_base.cc')
-rw-r--r--gtk2_ardour/note_base.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/note_base.cc b/gtk2_ardour/note_base.cc
index 641c1f6343..158161d62d 100644
--- a/gtk2_ardour/note_base.cc
+++ b/gtk2_ardour/note_base.cc
@@ -96,7 +96,7 @@ NoteBase::show_velocity()
if (!_text) {
_text = new Text (_item->parent ());
_text->set_ignore_events (true);
- _text->set_color (ARDOUR_UI::config()->color ("midi note velocity text"));
+ _text->set_color (ARDOUR_UI::config()->color_mod ("midi note velocity text", "midi note velocity text"));
_text->set_alignment (Pango::ALIGN_CENTER);
}