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
|
|
@ -702,8 +702,8 @@ GenericPluginUI::build_control_ui (guint32 port_index, boost::shared_ptr<Automat
|
|||
0xcccc00ff, 0xcccc00ff,
|
||||
0xffaa00ff, 0xffaa00ff,
|
||||
0xff0000ff,
|
||||
ARDOUR_UI::config()->get_canvasvar_MeterBackgroundBot(),
|
||||
ARDOUR_UI::config()->get_canvasvar_MeterBackgroundTop()
|
||||
ARDOUR_UI::config()->get_MeterBackgroundBot(),
|
||||
ARDOUR_UI::config()->get_MeterBackgroundTop()
|
||||
);
|
||||
|
||||
info->min_unbound = desc.min_unbound;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue