13
0

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:
Carl Hetherington 2010-06-28 21:03:12 +00:00
parent 55695bfe2d
commit c6247be4d6

View File

@ -1057,6 +1057,8 @@ MidiRegionView::~MidiRegionView ()
{
in_destructor = true;
trackview.editor().hide_verbose_canvas_cursor ();
note_delete_connection.disconnect ();
delete _list_editor;