mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
fix GUI enum registration so that UIConfiguration can load with variables that use some of them
This commit is contained in:
parent
13311b7a32
commit
786f71f7f1
4 changed files with 6 additions and 3 deletions
|
|
@ -229,7 +229,7 @@ setup_gtk_ardour_enums ()
|
|||
REGISTER_CLASS_ENUM (AddRouteDialog, FoldbackBus);
|
||||
REGISTER (type_wanted);
|
||||
|
||||
REGISTER_ENUM (TempoMapping);
|
||||
REGISTER_ENUM (TempoChanging);
|
||||
REGISTER_CLASS_ENUM (Editing, TempoMapping);
|
||||
REGISTER_CLASS_ENUM (Editing, TempoChanging);
|
||||
REGISTER (tempo_edit_behavior);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue