🐛 Fix problem when duplicating board with guide

This commit is contained in:
alonso.torres 2024-10-17 15:27:42 +02:00
parent 22d5b125bd
commit 07f055bd49

View File

@ -1988,7 +1988,8 @@
(+ (:position guide) (- (:y new-frame) (:y frame))))
guide {:id guide-id
:frame-id new-id
:position position}]
:position position
:axis (:axis guide)}]
(pcb/set-guide changes guide-id guide))
changes))
changes