13
0

Clear Arrangement rects when closing a session

This commit is contained in:
Robin Gareus 2023-08-31 00:58:51 +02:00
parent c4cb8dbda9
commit b162ffbca8
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1337,6 +1337,8 @@ Editor::set_session (Session *t)
SessionHandlePtr::set_session (t);
_trigger_clip_picker.set_session (_session);
section_marker_bar->clear (true);
if (!_session) {
return;
}