mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +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
|
|
@ -51,6 +51,7 @@
|
|||
#include "time_axis_view.h"
|
||||
#include "editor_drag.h"
|
||||
#include "editor_cursors.h"
|
||||
#include "ui_config.h"
|
||||
|
||||
#include "i18n.h"
|
||||
|
||||
|
|
@ -123,7 +124,7 @@ Editor::initialize_rulers ()
|
|||
{
|
||||
ruler_grabbed_widget = 0;
|
||||
|
||||
Pango::FontDescription font (ARDOUR_UI::config()->get_SmallerFont());
|
||||
Pango::FontDescription font (UIConfiguration::instance().get_SmallerFont());
|
||||
|
||||
_timecode_metric = new TimecodeMetric (this);
|
||||
_bbt_metric = new BBTMetric (this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue