13
0

Restore MIDI note preview (#3821).

git-svn-id: svn://localhost/ardour2/branches/3.0@9066 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-03-04 13:22:32 +00:00
parent ffebe2c3fe
commit 91768171d8

View 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 ();