| Filename | Latest commit message | Latest commit date |
|---|---|---|
After the body-move devirtualization, moving a symbol synced the body to the peer but left its reference/value text behind: SCH_SYMBOL::Move()/SCH_LABEL_BASE::Move() move the child fields via an inner virtual field.Move() that also mis-dispatches in the apply context. Move the fields explicitly with a devirtualized SCH_FIELD::Move (moveFields). Verified: a moved symbol's text label now follows the body on the peer. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
| .. | ||
| calculator_embind.cpp | ||
| eeschema_embind.cpp | ||
| pcbnew_embind.cpp | ||
| pl_editor_embind.cpp | ||