mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Clarify round-robin color palette API name
This commit is contained in:
parent
9e35a9da66
commit
c228d05c47
6 changed files with 7 additions and 16 deletions
|
|
@ -367,7 +367,7 @@ RouteUI::set_route (std::shared_ptr<Route> rp)
|
|||
|
||||
if (set_color_from_route()) {
|
||||
if (UIConfiguration::instance().get_use_palette_for_new_route ()) {
|
||||
set_color (gdk_color_to_rgba (AxisView::unique_random_color ()));
|
||||
set_color (gdk_color_to_rgba (AxisView::round_robin_palette_color ()));
|
||||
} else {
|
||||
set_color (UIConfiguration::instance ().color (X_("neutral:midground")));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue