mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
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
This commit is contained in:
parent
c80e9d4ac9
commit
8f6a131e41
5 changed files with 16 additions and 19 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue