Fix crash when showing plugin-UI in safe-mode
authorRobin Gareus <robin@gareus.org>
Thu, 8 Jun 2017 19:21:13 +0000 (21:21 +0200)
committerRobin Gareus <robin@gareus.org>
Thu, 8 Jun 2017 19:21:41 +0000 (21:21 +0200)
gtk2_ardour/processor_box.cc

index 34bcbf28b5fe550b38f72da8e3d4c4d52b58e915..36b646806039aba383b0611bbd8b8be9c57ff58a 100644 (file)
@@ -4312,8 +4312,8 @@ ProcessorWindowProxy::get (bool create)
 
                if (_window) {
                        setup ();
+                       _window->show_all ();
                }
-               _window->show_all ();
        }
        return _window;
 }