From f958b7b0e09cdbe23b27e8a06165f42af32d4a9e Mon Sep 17 00:00:00 2001 From: Hoger Dehnhardt Date: Fri, 12 May 2023 23:19:26 +0200 Subject: [PATCH] With larger projects, the session was not initialised at this time --- libs/surfaces/console1/console1.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libs/surfaces/console1/console1.cc b/libs/surfaces/console1/console1.cc index cc6f057bfd..490771431f 100644 --- a/libs/surfaces/console1/console1.cc +++ b/libs/surfaces/console1/console1.cc @@ -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; }