13
0

With larger projects, the session was not initialised at this time

This commit is contained in:
Hoger Dehnhardt 2023-05-12 23:19:26 +02:00 committed by Robin Gareus
parent 83555ec290
commit f958b7b0e0
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -167,10 +167,6 @@ Console1::begin_using_device ()
create_strip_invetory ();
connect_internal_signals ();
map_shift (false);
if (!first_selected_stripable ()) {
select_rid_by_index (0);
}
stripable_selection_changed ();
return 0;
}