kicad/pcbnew/pcb_io/cadstar
Seth Hillbrand 7916e56963 Avoid crashing on missing tracks in CADSTAR
We can't assume that the ignored connection exists when trying to set
the junction size.  We use int_max for the default instead of 0 so that
later, we don't try to create a minor track with 0 width in loadNets()

Fixes https://gitlab.com/kicad/code/kicad/-/issues/17523

(cherry picked from commit 00d108498f)
2024-04-01 17:55:29 -07:00
..
CMakeLists.txt
cadstar_pcb_archive_loader.cpp Avoid crashing on missing tracks in CADSTAR 2024-04-01 17:55:29 -07:00
cadstar_pcb_archive_loader.h
cadstar_pcb_archive_parser.cpp
cadstar_pcb_archive_parser.h
pcb_io_cadstar_archive.cpp Push PCB_IOs to use the base progress reporter instead of per-function 2023-12-27 17:06:23 +00:00
pcb_io_cadstar_archive.h Push PCB_IOs to use the base progress reporter instead of per-function 2023-12-27 17:06:23 +00:00