diff --git a/src/steam/mobject/session/dummy-session-connection.cpp b/src/steam/mobject/session/dummy-session-connection.cpp index ea40cdaa5..e01fc9046 100644 --- a/src/steam/mobject/session/dummy-session-connection.cpp +++ b/src/steam/mobject/session/dummy-session-connection.cpp @@ -137,7 +137,8 @@ namespace session { const GenNode rootTrackName = GenNode{string{stage::ATTR_name}, "Track-"+baseID}; const GenNode forkRoot = MakeRec().genNode(forkRootID); - return MutationMessage{ ins (timeline) + return MutationMessage{after(Ref::END) + , ins (timeline) , mut (timeline) , mut (forkRoot) , set (rootTrackName) @@ -169,7 +170,8 @@ namespace session { const GenNode scopeRuler22 = ruler(); const GenNode scopeRuler221 = ruler(); - return MutationMessage{ ins (timeline) + return MutationMessage{after(Ref::END) + , ins (timeline) , mut (timeline) , mut (forkRoot) , ins (rootTrackName) diff --git a/wiki/thinkPad.ichthyo.mm b/wiki/thinkPad.ichthyo.mm index f74915fe4..ef7fddfb9 100644 --- a/wiki/thinkPad.ichthyo.mm +++ b/wiki/thinkPad.ichthyo.mm @@ -41433,8 +41433,8 @@ - - + + @@ -41448,6 +41448,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +