mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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.
This commit is contained in:
parent
63e6378713
commit
2c44225df2
5 changed files with 58 additions and 74 deletions
|
|
@ -572,9 +572,7 @@ EditorRouteGroups::set_session (Session* s)
|
|||
void
|
||||
EditorRouteGroups::run_new_group_dialog ()
|
||||
{
|
||||
RouteList rl;
|
||||
|
||||
return _editor->_group_tabs->run_new_group_dialog (rl, false);
|
||||
return _editor->_group_tabs->run_new_group_dialog (0, false);
|
||||
}
|
||||
|
||||
/** Called when a model row is deleted, but also when the model is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue