mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
(from 2.x) register Lock edit mode as an enum to provide restore of Lock edit mode
git-svn-id: svn://localhost/ardour2/branches/3.0@8762 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1c5506a99a
commit
25a7bb4825
1 changed files with 1 additions and 0 deletions
|
|
@ -202,6 +202,7 @@ setup_enum_writer ()
|
|||
|
||||
REGISTER_ENUM (Slide);
|
||||
REGISTER_ENUM (Splice);
|
||||
REGISTER_ENUM (Lock);
|
||||
REGISTER (_EditMode);
|
||||
|
||||
REGISTER_ENUM (Start);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue