fix empty plugin window when switching generic to custom and back.
authorRobin Gareus <robin@gareus.org>
Sun, 27 Mar 2016 19:40:57 +0000 (21:40 +0200)
committerRobin Gareus <robin@gareus.org>
Sun, 27 Mar 2016 19:40:57 +0000 (21:40 +0200)
possibly since 0106047fd2 - show_all() was removed from show_own_window()

gtk2_ardour/processor_box.cc

index 3b49b61aaed83794a3ed3627f8cd7243d58abde9..af8341b70875ec22ea5c9c895a0d45b1ffd9c7c7 100644 (file)
@@ -3808,7 +3808,7 @@ ProcessorWindowProxy::get (bool create)
                        setup ();
                }
        }
-
+       _window->show_all ();
        return _window;
 }