mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Re-show all xfades that we hide during drags (#4933).
git-svn-id: svn://localhost/ardour2/branches/3.0@12729 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e258a15330
commit
a8dd4ec805
5 changed files with 24 additions and 4 deletions
|
|
@ -1823,6 +1823,10 @@ TrimDrag::finished (GdkEvent* event, bool movement_occurred)
|
|||
_editor->motion_frozen_playlists.clear ();
|
||||
_editor->commit_reversible_command();
|
||||
|
||||
for (list<DraggingView>::const_iterator i = _views.begin(); i != _views.end(); ++i) {
|
||||
i->view->drag_end ();
|
||||
}
|
||||
|
||||
} else {
|
||||
/* no mouse movement */
|
||||
_editor->point_trim (event, adjusted_current_frame (event));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue