L: for livetrax, MIDI scenes "are" arrangement sections (maybe backport)
This commit is contained in:
parent
9ddb027fc8
commit
0b0bee974a
@ -802,9 +802,9 @@ Location::set_scene_change (std::shared_ptr<SceneChange> sc)
|
||||
if (_scene_change != sc) {
|
||||
_scene_change = sc;
|
||||
if (_scene_change) {
|
||||
_flags = Flags (_flags | IsScene);
|
||||
_flags = Flags (_flags | IsScene | IsSection);
|
||||
} else {
|
||||
_flags = Flags (_flags & ~IsScene);
|
||||
_flags = Flags (_flags & ~(IsScene | IsSection));
|
||||
}
|
||||
_session.set_dirty ();
|
||||
emit_signal (Scene); /* EMIT SIGNAL */
|
||||
|
Loading…
Reference in New Issue
Block a user