mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
misc panning related UI tweaks:
* connect 2D panner "edit" to big window * disconnect 2D-panner GUI when it's visible but panner-type changes * ignore mixer-strip level-meter context-menu for Aux-sends
This commit is contained in:
parent
bc88203ef5
commit
1146d58d21
3 changed files with 16 additions and 0 deletions
|
|
@ -417,6 +417,11 @@ PannerUI::pan_edit ()
|
|||
_mono_panner->edit ();
|
||||
} else if (_stereo_panner) {
|
||||
_stereo_panner->edit ();
|
||||
} else if (twod_panner) {
|
||||
if (!big_window) {
|
||||
big_window = new Panner2dWindow (_panshell, 400, _panner->in().n_audio());
|
||||
}
|
||||
big_window->show ();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue