summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-03-27 21:40:57 +0200
committerRobin Gareus <robin@gareus.org>2016-03-27 21:40:57 +0200
commit840c0599bfcdbef4a2cb93033184465548f60981 (patch)
tree14c9ba5b8492d8d96e9682a2ec6c7caf6797a199 /gtk2_ardour/processor_box.cc
parent62d2d22b4425dabe22dc2a97f2b375907dc0f65e (diff)
fix empty plugin window when switching generic to custom and back.
possibly since 0106047fd2 - show_all() was removed from show_own_window()
Diffstat (limited to 'gtk2_ardour/processor_box.cc')
-rw-r--r--gtk2_ardour/processor_box.cc2
1 files changed, 1 insertions, 1 deletions
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;
}