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:
@@ -417,6 +417,8 @@ TriggerBoxUI::TriggerBoxUI (ArdourCanvas::Item* parent, TriggerBox& tb)
|
||||
|
||||
TriggerBoxUI::~TriggerBoxUI ()
|
||||
{
|
||||
_update_connection.disconnect ();
|
||||
_selection_connection.disconnect ();
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user