Clarify round-robin color palette API name

This commit is contained in:
Robin Gareus 2023-04-18 02:18:02 +02:00
parent 9e35a9da66
commit c228d05c47
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
6 changed files with 7 additions and 16 deletions

View file

@ -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")));
}