Editor-Mixer: hide 2D panner GUI when selection changes - #8109

This commit is contained in:
Robin Gareus
2020-05-13 21:48:46 +02:00
parent bec9914f37
commit 8ac4cac07d

View File

@@ -113,6 +113,9 @@ PannerUI::set_panner (boost::shared_ptr<PannerShell> ps, boost::shared_ptr<Panne
delete twod_panner;
twod_panner = 0;
delete big_window;
big_window = 0;
delete _stereo_panner;
_stereo_panner = 0;