Browse Source
Better name for a plot style variable and accessors.
Better name for a plot style variable and accessors.
Accessors were previously GetType() and SetType(), but this is a bad name: These names are already widely used in code as accessors for a data type. We do not set a data type, but a style, so use a better name (GetPlotStyle/SetPlotStyle).6.0.7
7 changed files with 27 additions and 27 deletions
-
8eeschema/dialogs/dialog_edit_line_style.cpp
-
2eeschema/sch_bus_entry.cpp
-
2eeschema/sch_bus_entry.h
-
12eeschema/sch_item.h
-
18eeschema/sch_line.cpp
-
10eeschema/sch_plugins/kicad/sch_sexpr_parser.cpp
-
2eeschema/sch_plugins/kicad/sch_sexpr_plugin.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue