mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
move all (G)UI related configuration parameters into UIConfiguration, not RCConfiguration
This commit is contained in:
parent
795c5c16f1
commit
64fa63212f
52 changed files with 317 additions and 270 deletions
|
|
@ -221,7 +221,7 @@ class AudioClock : public CairoWidget, public ARDOUR::SessionHandlePtr
|
|||
ARDOUR::framecnt_t parse_as_bbt_distance (const std::string&);
|
||||
ARDOUR::framecnt_t parse_as_frames_distance (const std::string&);
|
||||
|
||||
void set_font ();
|
||||
void set_font (Pango::FontDescription);
|
||||
void set_colors ();
|
||||
void show_edit_status (int length);
|
||||
int merge_input_and_edit_string ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue