Hide verbose canvas cursor on midi region view destruction. Should fix #3250.
authorCarl Hetherington <carl@carlh.net>
Mon, 28 Jun 2010 21:03:12 +0000 (21:03 +0000)
committerCarl Hetherington <carl@carlh.net>
Mon, 28 Jun 2010 21:03:12 +0000 (21:03 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@7317 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/midi_region_view.cc

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