Browse Source
class BOARD: rename m_Zone to m_SegZoneDeprecated to avoid mistakes in code.
class BOARD: rename m_Zone to m_SegZoneDeprecated to avoid mistakes in code.
m_Zone is a fully deprecated list of SEG_ZONE items (similar to TRACK), used to fill copper zones in *very old* boards. it is even unlikely there are still boards that use them. So it should be removed one day.pull/17/head
14 changed files with 38 additions and 64 deletions
-
12pcbnew/class_board.cpp
-
11pcbnew/class_board.h
-
8pcbnew/class_track.cpp
-
3pcbnew/edit.cpp
-
29pcbnew/exporters/export_gencad.cpp
-
4pcbnew/netinfo_list.cpp
-
4pcbnew/pcb_draw_panel_gal.cpp
-
4pcbnew/pcb_legacy_draw_utils.cpp
-
8pcbnew/plot_board_layers.cpp
-
4pcbnew/print_board_functions.cpp
-
4pcbnew/swap_layers.cpp
-
4pcbnew/undo_redo.cpp
-
4pcbnew/zone_filler.cpp
-
3pcbnew/zones_by_polygon_fill_functions.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue