13
0

Update layer order when switching back to overlaid mode.

git-svn-id: svn://localhost/ardour2/branches/3.0@11093 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-12-27 18:33:54 +00:00
parent 2db69318ce
commit e470fd6303

View File

@ -619,6 +619,11 @@ void
StreamView::set_layer_display (LayerDisplay d)
{
_layer_display = d;
if (_layer_display == Overlaid) {
layer_regions ();
}
update_contents_height ();
update_coverage_frames ();
}