mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
clean up pending region selection if a region goes away.
This commit is contained in:
parent
bd107a28c6
commit
434ca0e6ee
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ RegionSelection::remove (RegionView* rv)
|
|||
|
||||
// remove from layer sorted list
|
||||
_bylayer.remove (rv);
|
||||
|
||||
pending.remove (rv->region()->id());
|
||||
erase (r);
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue