mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
remove "canvasvar_" from all functions related to obtaining values from ARDOUR_UI::config()
This commit is contained in:
parent
90df6f3fe6
commit
ba4d1cd1c1
39 changed files with 474 additions and 474 deletions
|
|
@ -912,7 +912,7 @@ AutomationLine::set_selected_points (PointSelection const & points)
|
|||
|
||||
void AutomationLine::set_colors ()
|
||||
{
|
||||
set_line_color (ARDOUR_UI::config()->get_canvasvar_AutomationLine());
|
||||
set_line_color (ARDOUR_UI::config()->get_AutomationLine());
|
||||
for (vector<ControlPoint*>::iterator i = control_points.begin(); i != control_points.end(); ++i) {
|
||||
(*i)->set_color ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue