mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
fix switching from generic to custom plugin UI
This commit is contained in:
parent
3e12d4b4a6
commit
843b6b90b0
1 changed files with 0 additions and 5 deletions
|
|
@ -4216,12 +4216,7 @@ ProcessorWindowProxy::show_the_right_window ()
|
|||
if (_window && (is_custom != want_custom)) {
|
||||
/* drop existing window - wrong type */
|
||||
drop_window ();
|
||||
get (true);
|
||||
setup ();
|
||||
assert (_window);
|
||||
is_custom = want_custom;
|
||||
}
|
||||
|
||||
toggle ();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue