13
0

Fix initial display of automatic regions.

git-svn-id: svn://localhost/ardour2/branches/3.0@8030 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-11-14 16:53:33 +00:00
parent f7e9f08620
commit 5c27c2dc50

View File

@ -1570,9 +1570,7 @@ EditorRegions::set_state (const XMLNode & node)
if (yn != _show_automatic_regions) {
_show_automatic_regions = yn;
toggle_show_auto_regions_action()->set_active (yn);
/* no need to set changed because the above toggle
will have triggered a redisplay
*/
changed = true;
}
}