summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2008-12-31 18:44:32 +0000
committerCarl Hetherington <carl@carlh.net>2008-12-31 18:44:32 +0000
commitcc677d5c87265d6af7adc73d386a74511fee28cb (patch)
tree600aa019eec97619404765dba9ce6a2478b2e772 /libs
parent538cf8609a2ae0061403115bee05d9e462271cc6 (diff)
Flip stacked regions order so that the highest layer is at the top of the pile. Colour areas of stacked regions according to what will be played.
git-svn-id: svn://localhost/ardour2/branches/3.0@4363 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/audio_playlist.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/audio_playlist.cc b/libs/ardour/audio_playlist.cc
index 1506d204f1..a17ab1036f 100644
--- a/libs/ardour/audio_playlist.cc
+++ b/libs/ardour/audio_playlist.cc
@@ -676,7 +676,7 @@ AudioPlaylist::destroy_region (boost::shared_ptr<Region> region)
return false;
}
- {
+ {
RegionLock rlock (this);
for (RegionList::iterator i = regions.begin(); i != regions.end(); ) {