mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
add IsSkipping to enums list so that we correctly save/restore state of skip markers across sessions
This commit is contained in:
parent
cec5c21117
commit
4324b6b901
1 changed files with 1 additions and 0 deletions
|
|
@ -473,6 +473,7 @@ setup_enum_writer ()
|
|||
REGISTER_CLASS_ENUM (Location, IsSessionRange);
|
||||
REGISTER_CLASS_ENUM (Location, IsRangeMarker);
|
||||
REGISTER_CLASS_ENUM (Location, IsSkip);
|
||||
REGISTER_CLASS_ENUM (Location, IsSkipping);
|
||||
REGISTER_BITS (_Location_Flags);
|
||||
|
||||
REGISTER_CLASS_ENUM (Track, NoFreeze);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue