From: Robin Gareus Date: Sun, 27 Mar 2016 19:40:57 +0000 (+0200) Subject: fix empty plugin window when switching generic to custom and back. X-Git-Tag: 5.0-pre0~1189 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=840c0599bfcdbef4a2cb93033184465548f60981;p=ardour.git fix empty plugin window when switching generic to custom and back. possibly since 0106047fd2 - show_all() was removed from show_own_window() --- diff --git a/gtk2_ardour/processor_box.cc b/gtk2_ardour/processor_box.cc index 3b49b61aae..af8341b708 100644 --- a/gtk2_ardour/processor_box.cc +++ b/gtk2_ardour/processor_box.cc @@ -3808,7 +3808,7 @@ ProcessorWindowProxy::get (bool create) setup (); } } - + _window->show_all (); return _window; }