mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Editor-Mixer: hide 2D panner GUI when selection changes - #8109
This commit is contained in:
parent
bec9914f37
commit
8ac4cac07d
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue