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:
parent
ffebe2c3fe
commit
91768171d8
@ -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 ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user