mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +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
|
|
@ -55,11 +55,11 @@ CanvasPatchChange::CanvasPatchChange(
|
|||
parent,
|
||||
height,
|
||||
(active_channel
|
||||
? ARDOUR_UI::config()->get_canvasvar_MidiPatchChangeOutline()
|
||||
: ARDOUR_UI::config()->get_canvasvar_MidiPatchChangeInactiveChannelOutline()),
|
||||
? ARDOUR_UI::config()->get_MidiPatchChangeOutline()
|
||||
: ARDOUR_UI::config()->get_MidiPatchChangeInactiveChannelOutline()),
|
||||
(active_channel
|
||||
? ARDOUR_UI::config()->get_canvasvar_MidiPatchChangeFill()
|
||||
: ARDOUR_UI::config()->get_canvasvar_MidiPatchChangeInactiveChannelFill()),
|
||||
? ARDOUR_UI::config()->get_MidiPatchChangeFill()
|
||||
: ARDOUR_UI::config()->get_MidiPatchChangeInactiveChannelFill()),
|
||||
x,
|
||||
y)
|
||||
, _info (info)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue