Browse Source
pcbnew crash while opening old .brd file
pcbnew crash while opening old .brd file
Fixes: lp:1698697 https://bugs.launchpad.net/kicad/+bug/1698697 The incorrect method ZONE_CONTAINER::AppendCorner() is also fixed: It was expecting the corner must be added to the main outline, but this is a false expectation: it can be added to a hole inside the zone outline.pull/7/merge
8 changed files with 69 additions and 35 deletions
-
17pcbnew/class_board.cpp
-
12pcbnew/class_board.h
-
18pcbnew/class_zone.cpp
-
14pcbnew/class_zone.h
-
11pcbnew/eagle_plugin.cpp
-
24pcbnew/legacy_plugin.cpp
-
3pcbnew/pcad2kicadpcb_plugin/pcb_polygon.cpp
-
5pcbnew/zones_by_polygon.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue