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:
parent
f7e9f08620
commit
5c27c2dc50
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user