fix switching from generic to custom plugin UI

This commit is contained in:
Robin Gareus 2016-06-05 23:54:51 +02:00
parent 3e12d4b4a6
commit 843b6b90b0

View File

@ -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 ();
}