mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 22:27:36 +01:00
[Summary] Fixed bug: time infer display START, END ands LENGTH did not update upon finished region TrimDrag.
This commit is contained in:
parent
18abfe209e
commit
73e30f17ab
1 changed files with 1 additions and 0 deletions
|
|
@ -2685,6 +2685,7 @@ TrimDrag::finished (GdkEvent* event, bool movement_occurred)
|
|||
|
||||
i->view->region()->resume_property_changes ();
|
||||
}
|
||||
_editor->selection->RegionsChanged();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue