Hide verbose canvas cursor on midi region view destruction. Should fix #3250.
git-svn-id: svn://localhost/ardour2/branches/3.0@7317 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
55695bfe2d
commit
c6247be4d6
@ -1057,6 +1057,8 @@ MidiRegionView::~MidiRegionView ()
|
||||
{
|
||||
in_destructor = true;
|
||||
|
||||
trackview.editor().hide_verbose_canvas_cursor ();
|
||||
|
||||
note_delete_connection.disconnect ();
|
||||
|
||||
delete _list_editor;
|
||||
|
Loading…
Reference in New Issue
Block a user