fix GUI enum registration so that UIConfiguration can load with variables that use some of them

This commit is contained in:
Paul Davis 2023-04-08 13:58:25 -06:00
parent 13311b7a32
commit 786f71f7f1
4 changed files with 6 additions and 3 deletions

View file

@ -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);
}