mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
action maps now have names
This commit is contained in:
parent
66e0328a93
commit
09f9020897
7 changed files with 8 additions and 3 deletions
|
|
@ -102,7 +102,7 @@ RefPtr<Action> ProcessorBox::rename_action;
|
|||
RefPtr<Action> ProcessorBox::delete_action;
|
||||
RefPtr<Action> ProcessorBox::edit_action;
|
||||
RefPtr<Action> ProcessorBox::edit_generic_action;
|
||||
ActionMap ProcessorBox::processor_box_actions;
|
||||
ActionMap ProcessorBox::processor_box_actions (X_("processor box"));
|
||||
|
||||
static const uint32_t audio_port_color = 0x4A8A0EFF; // Green
|
||||
static const uint32_t midi_port_color = 0x960909FF; //Red
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue