From 2c44225df2569bffe452fe2a84b698488f203cf0 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 11 Jun 2016 15:49:18 -0400 Subject: make RouteGroupDialog non-modal. Not really how/why it was modal, but it did run a recursive main event loop, and these are always a bad idea for lots of reasons. So I removed that feature, which makes it non-modal. Not 100% tested yet. --- gtk2_ardour/mixer_ui.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gtk2_ardour/mixer_ui.cc') diff --git a/gtk2_ardour/mixer_ui.cc b/gtk2_ardour/mixer_ui.cc index d88a7b9b16..0924f7aa74 100644 --- a/gtk2_ardour/mixer_ui.cc +++ b/gtk2_ardour/mixer_ui.cc @@ -1626,9 +1626,7 @@ Mixer_UI::route_groups_changed () void Mixer_UI::new_route_group () { - RouteList rl; - - _group_tabs->run_new_group_dialog (rl, false); + _group_tabs->run_new_group_dialog (0, false); } void -- cgit v1.2.3