Amend 28c8dbf128, unsubscribe from destroyed signal

This handles another edge case where the Frame is deleted
before the child widget.
This commit is contained in:
Robin Gareus 2025-08-21 04:41:01 +02:00
parent e42cea63d5
commit d7af181037
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 10 additions and 1 deletions

View file

@ -81,6 +81,8 @@ private:
int _alloc_y0;
bool _boxy;
bool _draw;
gulong _destroy_connection;
};
} // namespace ArdourWidgets