Skip to content

Commit

Permalink
Fix - auto wires not separated on sheet load.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcl committed Aug 4, 2024
1 parent 6bb46be commit 2bb4e26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Renderer/UI/MenuHelpers.fs
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,8 @@ let private loadStateIntoModel (finishUI:bool) (compToSetup:LoadedComponent) wav

Sheet SheetT.UpdateBoundingBoxes

Sheet (SheetT.Wire (BusWireT.MakeJumps (true, connections |> List.map (fun conn -> ConnectionId conn.Id ))))

// set waveSim data
AddWSModel (name, waveSim)

Expand Down

0 comments on commit 2bb4e26

Please sign in to comment.