summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-03-04 13:22:32 +0000
committerCarl Hetherington <carl@carlh.net>2011-03-04 13:22:32 +0000
commit91768171d8fbad26fcae6396c5be6877ccda3289 (patch)
tree13d42360e58e89318170c59de8bebf4e1438ba98 /gtk2_ardour/midi_region_view.cc
parentffebe2c3fe11e0c80a87197191e5011066dd2583 (diff)
Restore MIDI note preview (#3821).
git-svn-id: svn://localhost/ardour2/branches/3.0@9066 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/midi_region_view.cc')
-rw-r--r--gtk2_ardour/midi_region_view.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/midi_region_view.cc b/gtk2_ardour/midi_region_view.cc
index 0941806877..ab11bb20bf 100644
--- a/gtk2_ardour/midi_region_view.cc
+++ b/gtk2_ardour/midi_region_view.cc
@@ -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 ();