mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
[Commit] Introducing track color dialog
This commit is contained in:
parent
bc96185a0a
commit
8f67c60703
5 changed files with 26 additions and 4 deletions
|
|
@ -421,7 +421,7 @@ RouteTimeAxisView::build_display_menu ()
|
|||
MenuList& items = display_menu->items();
|
||||
display_menu->set_name ("ArdourContextMenu");
|
||||
|
||||
items.push_back (MenuElem (_("Color..."), sigc::mem_fun (*this, &RouteUI::choose_color)));
|
||||
items.push_back (MenuElem (_("Color..."), sigc::mem_fun (*(ARDOUR_UI::instance()), &ARDOUR_UI::show_track_color_dialog)));
|
||||
|
||||
if (_size_menu) {
|
||||
detach_menu (*_size_menu);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue