mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Move UIConfiguration Singleton into UIConfiguration header
This removes the direct dependence on ardour_ui.h from 39 files
This commit is contained in:
parent
45d487f16e
commit
6b019a4953
84 changed files with 726 additions and 712 deletions
|
|
@ -240,7 +240,7 @@ PannerUI::setup_pan ()
|
|||
return;
|
||||
}
|
||||
|
||||
const float scale = std::max (1.f, ARDOUR_UI::config()->get_ui_scale());
|
||||
const float scale = std::max (1.f, UIConfiguration::instance().get_ui_scale());
|
||||
|
||||
if (_current_uri == "http://ardour.org/plugin/panner_2in2out#ui")
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue