From bcb9487c399ef5af860f9d6ee96a8f7ba3e2e060 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 19 Sep 2021 18:51:56 +0200 Subject: [PATCH] Only setup Editor tooltips once ArdourUI::setup_tooltips() calls editor->setup_tooltips() already. --- gtk2_ardour/ardour_ui_dependents.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk2_ardour/ardour_ui_dependents.cc b/gtk2_ardour/ardour_ui_dependents.cc index b69302111a..4645b7a8fb 100644 --- a/gtk2_ardour/ardour_ui_dependents.cc +++ b/gtk2_ardour/ardour_ui_dependents.cc @@ -109,7 +109,6 @@ ARDOUR_UI::we_have_dependents () Gtkmm2ext::Bindings::associate_all (); - editor->setup_tooltips (); editor->UpdateAllTransportClocks.connect (sigc::mem_fun (*this, &ARDOUR_UI::update_transport_clocks)); /* all actions are defined */