Set session of PluginPinWidget created after ::set_session()
authorJohannes Mueller <github@johannes-mueller.org>
Sun, 28 Oct 2018 20:29:52 +0000 (21:29 +0100)
committerJohannes Mueller <github@johannes-mueller.org>
Mon, 29 Oct 2018 17:31:15 +0000 (18:31 +0100)
commit6c19a776f43b4a9869780e3312764d039a16cd39
tree14504b5ad0e374d0ebbab7a24f0cc83e2a530bdd
parent20fb871d5ac252c820bc8dc38403b2fbb4e4aca8
Set session of PluginPinWidget created after ::set_session()

PluginPinWidgets initially receive their Session pointer by
PluginPinDialog::set_session(). When a RouteProcessorChange occurs all
PluginPinWidgets are recreated. Those newly created instances need a pointer to
the session.
gtk2_ardour/plugin_pin_dialog.cc