mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
New theme manager from trunk, backported to 2.0-ongoing
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2110 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0518b045c6
commit
291a186cba
60 changed files with 4186 additions and 849 deletions
|
|
@ -359,7 +359,7 @@ AudioTimeAxisView::add_gain_automation_child ()
|
|||
*gain_track->canvas_display,
|
||||
_route->gain_automation_curve());
|
||||
|
||||
line->set_line_color (color_map[cAutomationLine]);
|
||||
line->set_line_color (ARDOUR_UI::config()->canvasvar_AutomationLine.get());
|
||||
|
||||
|
||||
gain_track->add_line (*line);
|
||||
|
|
@ -439,11 +439,9 @@ AudioTimeAxisView::update_pans ()
|
|||
(*p)->automation());
|
||||
|
||||
if (p == _route->panner().begin()) {
|
||||
/* first line is a nice orange */
|
||||
line->set_line_color (color_map[cLeftPanAutomationLine]);
|
||||
line->set_line_color (ARDOUR_UI::config()->canvasvar_AutomationLine.get());
|
||||
} else {
|
||||
/* second line is a nice blue */
|
||||
line->set_line_color (color_map[cRightPanAutomationLine]);
|
||||
line->set_line_color (ARDOUR_UI::config()->canvasvar_AutomationLine.get());
|
||||
}
|
||||
|
||||
pan_track->add_line (*line);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue