Fix Inline-control visibility state
This fixes an issue when copy/pasting plugins or aux-sends from
one track to another. After copying the processor, the state
is copied, however the Controllable state did save
the InlineControl flag, so this as lost.
(amend 93180ceea
)
This commit is contained in:
parent
57598acbcf
commit
587fc50059
@ -40,6 +40,7 @@ setup_libpbd_enums ()
|
||||
REGISTER_CLASS_ENUM (Controllable, GainLike);
|
||||
REGISTER_CLASS_ENUM (Controllable, RealTime);
|
||||
REGISTER_CLASS_ENUM (Controllable, NotAutomatable);
|
||||
REGISTER_CLASS_ENUM (Controllable, InlineControl);
|
||||
REGISTER_BITS (controllable_flags);
|
||||
|
||||
REGISTER_CLASS_ENUM (Controllable, InverseGroup);
|
||||
|
Loading…
Reference in New Issue
Block a user