Browse Source
Pcbnew, Zone refill: avoid useless refilling, when zone parameters are not modified.
Pcbnew, Zone refill: avoid useless refilling, when zone parameters are not modified.
Previously, in many cases the selected zone was refilled on exit selection, even if the zone was not modified. This is annoying, because the zone fill can be really time consuming, and cannot be called without a good reason. Now the refilling is made only if a zone parameter is actually modified.pull/13/head
6 changed files with 64 additions and 12 deletions
-
16pcbnew/class_zone.cpp
-
28pcbnew/class_zone.h
-
3pcbnew/pcb_parser.cpp
-
16pcbnew/tools/point_editor.cpp
-
6pcbnew/zone_filler.cpp
-
7pcbnew/zone_filler.h
Write
Preview
Loading…
Cancel
Save
Reference in new issue