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:
Sampo Savolainen 2009-01-18 10:41:56 +00:00
parent c174fa6174
commit ef038c1a84
6 changed files with 117 additions and 26 deletions

View file

@ -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;
}
}