mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
Make Mew Route Group Dialog modal
Prevent interaction with main window while creating a new route group. This fixes an edge-case: one can currently delete route that is going to be part of the new group. - select a single track - click and drag the left bar to create a group that includes the selected track, but don't click "new" yet - delete the selected track - click new on the track group window The group retains a reference to the route.
This commit is contained in:
parent
d5bae02e33
commit
00e35c48b6
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ using namespace std;
|
|||
using namespace PBD;
|
||||
|
||||
RouteGroupDialog::RouteGroupDialog (RouteGroup* g, bool creating_new)
|
||||
: ArdourDialog (_("Track/bus Group"))
|
||||
: ArdourDialog (_("Track/bus Group"), creating_new)
|
||||
, _group (g)
|
||||
, _initial_name (g->name ())
|
||||
, _active (_("Active"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue