mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +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
|
|
@ -53,8 +53,8 @@ PatchChange::PatchChange(
|
|||
_flag = new ArdourCanvas::Flag (
|
||||
parent,
|
||||
height,
|
||||
ARDOUR_UI::config()->canvasvar_MidiPatchChangeOutline.get(),
|
||||
ARDOUR_UI::config()->canvasvar_MidiPatchChangeFill.get(),
|
||||
ARDOUR_UI::config()->get_canvasvar_MidiPatchChangeOutline(),
|
||||
ARDOUR_UI::config()->get_canvasvar_MidiPatchChangeFill(),
|
||||
ArdourCanvas::Duple (x, y)
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue