Browse Source
Pcbnew, On line DRC in legacy canvas: Fix broken Drc test during track and zone creation or edition.
Pcbnew, On line DRC in legacy canvas: Fix broken Drc test during track and zone creation or edition.
It was broken by commitpull/17/headc78171d01f
. During creation, the Drc must only display a error message, and do not create markers. Markers are created only during a full board DRC test. commitc78171d01f
replaced this behavior by a incorrect one (create markers and do not show error messages)
8 changed files with 107 additions and 34 deletions
-
48pcbnew/drc.cpp
-
27pcbnew/drc.h
-
22pcbnew/drc_clearance_test_functions.cpp
-
2pcbnew/edit_track_width.cpp
-
8pcbnew/editrack-part2.cpp
-
16pcbnew/editrack.cpp
-
6pcbnew/move_or_drag_track.cpp
-
12pcbnew/zones_by_polygon.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue