Browse Source
The crash was due to use a temporary parent in SCH_LABEL_BASE::SetLabelShape() The parent must be a SCH_SCREEN and is now tested before use. It is also fixed and set to the current SCH_SCREEN at creation. Fixes https://gitlab.com/kicad/code/kicad/-/issues/21786master
3 changed files with 6 additions and 3 deletions
Loading…
Reference in new issue