mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Fix crash when deleting route while creating a routegroup for it
This reverts00e35c48b6. Modal dialog does not allow to change the color of the RouteGroup. Interaction with the colorpicker was not possible. See also0db79b8023
This commit is contained in:
parent
b501eaf43a
commit
b55e94ced4
3 changed files with 11 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ using namespace std;
|
|||
using namespace PBD;
|
||||
|
||||
RouteGroupDialog::RouteGroupDialog (RouteGroup* g, bool creating_new)
|
||||
: ArdourDialog (_("Track/bus Group"), creating_new)
|
||||
: ArdourDialog (_("Track/bus Group"))
|
||||
, _group (g)
|
||||
, _initial_name (g->name ())
|
||||
, _active (_("Active"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue