summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_streamview.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-08-07 20:51:24 +0000
committerDavid Robillard <d@drobilla.net>2007-08-07 20:51:24 +0000
commit8f6a131e41937b94e02e2848dc4dd8c2c33db82f (patch)
tree021d8399ae6e74b8cf38c3cf9a107433ce64e456 /gtk2_ardour/midi_streamview.cc
parentc80e9d4ac9b8d345f2a03ad802e3ee9fedfddf10 (diff)
Fix note separator lines from stealing mouse events.
Fix shutdown crash (one of many, namely the least nasty). Failed attempt at getting MIDI edits to apply ASAP (Diskstream::playlist_modified isn't the magic I'd hoped it was). git-svn-id: svn://localhost/ardour2/trunk@2265 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/midi_streamview.cc')
-rw-r--r--gtk2_ardour/midi_streamview.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/midi_streamview.cc b/gtk2_ardour/midi_streamview.cc
index c81cce65d6..484def2a3e 100644
--- a/gtk2_ardour/midi_streamview.cc
+++ b/gtk2_ardour/midi_streamview.cc
@@ -240,7 +240,6 @@ MidiStreamView::draw_note_separators()
_note_lines[i]->property_y1() = note_to_y(i);
_note_lines[i]->property_y2() = note_to_y(i);
_note_lines[i]->show();
- _note_lines[i]->raise_to_top();
} else {
_note_lines[i]->hide();
}