summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-06-05 23:54:51 +0200
committerRobin Gareus <robin@gareus.org>2016-06-05 23:55:08 +0200
commit843b6b90b03da844e1224fedeaeed3ae8ba9612c (patch)
tree17357c634f32be653ca71989a5e72048e0407bd1 /gtk2_ardour/processor_box.cc
parent3e12d4b4a625e7c02b797e806c1de501a33ade2d (diff)
fix switching from generic to custom plugin UI
Diffstat (limited to 'gtk2_ardour/processor_box.cc')
-rw-r--r--gtk2_ardour/processor_box.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk2_ardour/processor_box.cc b/gtk2_ardour/processor_box.cc
index a91b3aead4..4013cfd15d 100644
--- a/gtk2_ardour/processor_box.cc
+++ b/gtk2_ardour/processor_box.cc
@@ -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 ();
}