summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-05-27 01:31:49 +0000
committerCarl Hetherington <carl@carlh.net>2010-05-27 01:31:49 +0000
commite2b48e90df2b6282dfd8270b3bb771398c13e715 (patch)
tree4bc10fc728ce7e6f503eb82ca087fb14e604655f /gtk2_ardour/region_editor.cc
parent494f53059e19a67ec3207b8976ffb349b4e7cc44 (diff)
Fix hang on closing the editor.
git-svn-id: svn://localhost/ardour2/branches/3.0@7175 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/region_editor.cc')
-rwxr-xr-xgtk2_ardour/region_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/region_editor.cc b/gtk2_ardour/region_editor.cc
index 94c3d74b0e..d6d4d877ae 100755
--- a/gtk2_ardour/region_editor.cc
+++ b/gtk2_ardour/region_editor.cc
@@ -389,7 +389,7 @@ RegionEditor::on_delete_event (GdkEventAny* ev)
bounds_changed (change);
- return RegionEditor::on_delete_event (ev);
+ return true;
}
void