From 0b4b0b19bcc2ba74698cd3868c5998afb09dcc68 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 19 Apr 2016 18:24:35 +0200 Subject: don't show plugin GUI when renaming tracks/busses ProcessorBox::route_property_changed() iterates over existing windows and hit a "show_all". --- gtk2_ardour/processor_box.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour/processor_box.cc') diff --git a/gtk2_ardour/processor_box.cc b/gtk2_ardour/processor_box.cc index a95c462bd4..60aee0ff62 100644 --- a/gtk2_ardour/processor_box.cc +++ b/gtk2_ardour/processor_box.cc @@ -4252,8 +4252,8 @@ ProcessorWindowProxy::get (bool create) if (_window) { setup (); } + _window->show_all (); } - _window->show_all (); return _window; } @@ -4315,9 +4315,8 @@ PluginPinWindowProxy::get (bool create) if (aw) { aw->set_session (_session); } + _window->show_all (); } - - _window->show_all (); return _window; } -- cgit v1.2.3