mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
delete 'big' 2d panner window, if panner changes to mono|stereo
This commit is contained in:
parent
346310c60b
commit
9c595f8131
2 changed files with 7 additions and 4 deletions
|
|
@ -202,10 +202,6 @@ Panner2d::handle_state_change ()
|
|||
{
|
||||
panconnect.drop_connections();
|
||||
if (!panner_shell->panner()) {
|
||||
/* we should really self-destruct the UI here
|
||||
* -> * PannerUI::set_panner() -> delete
|
||||
*/
|
||||
queue_draw ();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue