mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Oofus's work on region lists: highlight selected canvas regions on the region list
git-svn-id: svn://localhost/ardour2/branches/3.0@4414 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c174fa6174
commit
ef038c1a84
6 changed files with 117 additions and 26 deletions
|
|
@ -399,6 +399,7 @@ StreamView::set_selected_regionviews (RegionSelection& regions)
|
|||
for (RegionSelection::iterator ii = regions.begin(); ii != regions.end(); ++ii) {
|
||||
if (*i == *ii) {
|
||||
selected = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue