mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
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:
parent
494f53059e
commit
e2b48e90df
1 changed files with 1 additions and 1 deletions
|
|
@ -389,7 +389,7 @@ RegionEditor::on_delete_event (GdkEventAny* ev)
|
|||
|
||||
bounds_changed (change);
|
||||
|
||||
return RegionEditor::on_delete_event (ev);
|
||||
return true;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue