13
0

Fix hang on closing the editor.

git-svn-id: svn://localhost/ardour2/branches/3.0@7175 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-05-27 01:31:49 +00:00
parent 494f53059e
commit e2b48e90df

View File

@ -389,7 +389,7 @@ RegionEditor::on_delete_event (GdkEventAny* ev)
bounds_changed (change);
return RegionEditor::on_delete_event (ev);
return true;
}
void