do not manage the remote control menu, since it is explicitly deleted during destruct...
[ardour.git] / gtk2_ardour / canvas-note-event.cc
index d744044d502c0d3f3a460df522421812864b606c..2ea18315f570a04369fcb7b305f2a7d91e64cff2 100644 (file)
@@ -76,7 +76,7 @@ CanvasNoteEvent::show_velocity()
        velo << int(_note->velocity());
        _text->property_text() = velo.str();
        _text->property_justification() = Gtk::JUSTIFY_CENTER;
-       _text->property_fill_color_rgba() = ARDOUR_UI::config()->canvasvar_MidiNoteSelectedOutline.get();
+       _text->property_fill_color_rgba() = ARDOUR_UI::config()->canvasvar_MidiNoteVelocityText.get();
        _text->show();
        _text->lower_to_bottom();
        _text->raise(2);