Restore MIDI note preview (#3821).
authorCarl Hetherington <carl@carlh.net>
Fri, 4 Mar 2011 13:22:32 +0000 (13:22 +0000)
committerCarl Hetherington <carl@carlh.net>
Fri, 4 Mar 2011 13:22:32 +0000 (13:22 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@9066 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/midi_region_view.cc

index 0941806877abddbb65e551aebee0428ac72b0607..ab11bb20bf96caa7b2208c1f52817973679e0728 100644 (file)
@@ -3166,6 +3166,7 @@ MidiRegionView::create_ghost_note (double x, double y)
 
        boost::shared_ptr<NoteType> g (new NoteType);
        _ghost_note = new NoEventCanvasNote (*this, *_note_group, g);
+       _ghost_note->property_outline_color_rgba() = 0x000000aa;
        update_ghost_note (x, y);
        _ghost_note->show ();