mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
initial pass to replace all UIConfiguration::get_XXXXXX() calls with UIConfiguration::color(name).
IMPORTANT: names have not been downcased and spaced yet, so many colors are not found
This commit is contained in:
parent
0fa5643d20
commit
48a7a11974
31 changed files with 201 additions and 199 deletions
|
|
@ -763,8 +763,8 @@ GenericPluginUI::build_control_ui (const Evoral::Parameter& param,
|
|||
0xcccc00ff, 0xcccc00ff,
|
||||
0xffaa00ff, 0xffaa00ff,
|
||||
0xff0000ff,
|
||||
ARDOUR_UI::config()->get_MeterBackgroundBot(),
|
||||
ARDOUR_UI::config()->get_MeterBackgroundTop()
|
||||
ARDOUR_UI::config()->color ("MeterBackgroundBot"),
|
||||
ARDOUR_UI::config()->color ("MeterBackgroundTop")
|
||||
);
|
||||
|
||||
info->min_unbound = desc.min_unbound;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue