mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +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
|
|
@ -119,9 +119,9 @@ AutomationTimeAxisView::AutomationTimeAxisView (
|
|||
|
||||
CANVAS_DEBUG_NAME (_base_rect, string_compose ("base rect for %1", _name));
|
||||
_base_rect->set_x1 (ArdourCanvas::COORD_MAX);
|
||||
_base_rect->set_outline_color (ARDOUR_UI::config()->get_canvasvar_AutomationTrackOutline());
|
||||
_base_rect->set_outline_color (ARDOUR_UI::config()->get_AutomationTrackOutline());
|
||||
_base_rect->set_outline_what (ArdourCanvas::Rectangle::BOTTOM); // bottom separator
|
||||
_base_rect->set_fill_color (ARDOUR_UI::config()->get_canvasvar_AutomationTrackFill());
|
||||
_base_rect->set_fill_color (ARDOUR_UI::config()->get_AutomationTrackFill());
|
||||
_base_rect->set_data ("trackview", this);
|
||||
_base_rect->Event.connect (sigc::bind (sigc::mem_fun (_editor, &PublicEditor::canvas_automation_track_event), _base_rect, this));
|
||||
if (!a) {
|
||||
|
|
@ -253,7 +253,7 @@ AutomationTimeAxisView::AutomationTimeAxisView (
|
|||
)
|
||||
);
|
||||
|
||||
line->set_line_color (ARDOUR_UI::config()->get_canvasvar_ProcessorAutomationLine());
|
||||
line->set_line_color (ARDOUR_UI::config()->get_ProcessorAutomationLine());
|
||||
line->queue_reset ();
|
||||
add_line (line);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue