mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Don't update region list during region trim. Fixes #3467.
git-svn-id: svn://localhost/ardour2/branches/3.0@7825 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
90e73a3a6d
commit
dbd1e1f7b8
2 changed files with 13 additions and 2 deletions
|
|
@ -346,7 +346,7 @@ EditorRegions::region_changed (boost::shared_ptr<Region> r, const PropertyChange
|
|||
our_interests.add (ARDOUR::Properties::fade_in);
|
||||
our_interests.add (ARDOUR::Properties::fade_out);
|
||||
|
||||
if (last_row != NULL){
|
||||
if (last_row != 0) {
|
||||
|
||||
TreeModel::iterator j = _model->get_iter (last_row.get_path());
|
||||
boost::shared_ptr<Region> c = (*j)[_columns.region];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue