mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
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
1 changed files with 1 additions and 3 deletions
|
|
@ -1570,9 +1570,7 @@ EditorRegions::set_state (const XMLNode & node)
|
||||||
if (yn != _show_automatic_regions) {
|
if (yn != _show_automatic_regions) {
|
||||||
_show_automatic_regions = yn;
|
_show_automatic_regions = yn;
|
||||||
toggle_show_auto_regions_action()->set_active (yn);
|
toggle_show_auto_regions_action()->set_active (yn);
|
||||||
/* no need to set changed because the above toggle
|
changed = true;
|
||||||
will have triggered a redisplay
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue