mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
change UIConfig to use accessor/setter methods like RCConfig so that ParameterChanged methods can actually be emitted; add variable (over a small range) background shading for all TimeAxisViewItems
This commit is contained in:
parent
eed0201c07
commit
96eee9e7a1
40 changed files with 365 additions and 251 deletions
|
|
@ -880,7 +880,7 @@ AutomationLine::set_selected_points (PointSelection const & points)
|
|||
|
||||
void AutomationLine::set_colors ()
|
||||
{
|
||||
set_line_color (ARDOUR_UI::config()->canvasvar_AutomationLine.get());
|
||||
set_line_color (ARDOUR_UI::config()->get_canvasvar_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