Mysterious fix crash on selection

This was removed in 422ad6656d since disconnecting
sigc::connection in the d'tor is not supposed to be a no-op.
This commit is contained in:
Robin Gareus
2021-12-17 17:10:36 +01:00
parent 422ad6656d
commit 8b5711238e

View File

@@ -417,6 +417,8 @@ TriggerBoxUI::TriggerBoxUI (ArdourCanvas::Item* parent, TriggerBox& tb)
TriggerBoxUI::~TriggerBoxUI ()
{
_update_connection.disconnect ();
_selection_connection.disconnect ();
}
void