Files
ardour/libs/gtkmm2ext/window_proxy.cc
Robin Gareus f89845e64a Prevent duplicate signal emission
Re-assigning a sigc::connection does not disconnect
any previously connected signals.

WindowProxy::setup may be called multiple times. Notably plugin
windows can change the managed _window (generic/custom), which
requires a call to setup.
2022-10-08 17:12:10 +02:00

7.8 KiB