fix empty plugin window when switching generic to custom and back.

possibly since 0106047fd2 - show_all() was removed from show_own_window()
This commit is contained in:
Robin Gareus
2016-03-27 21:40:57 +02:00
parent 62d2d22b44
commit 840c0599bf

View File

@@ -3808,7 +3808,7 @@ ProcessorWindowProxy::get (bool create)
setup ();
}
}
_window->show_all ();
return _window;
}