mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Clear Arrangement rects when closing a session
This commit is contained in:
parent
c4cb8dbda9
commit
b162ffbca8
1 changed files with 2 additions and 0 deletions
|
|
@ -1337,6 +1337,8 @@ Editor::set_session (Session *t)
|
||||||
SessionHandlePtr::set_session (t);
|
SessionHandlePtr::set_session (t);
|
||||||
_trigger_clip_picker.set_session (_session);
|
_trigger_clip_picker.set_session (_session);
|
||||||
|
|
||||||
|
section_marker_bar->clear (true);
|
||||||
|
|
||||||
if (!_session) {
|
if (!_session) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue