Browse Source
Replace custom Clamp with std::clamp
Replace custom Clamp with std::clamp
Fixes bug in parser that had the elements in the wrong order due to our custom version not matching the standard orderjobs
15 changed files with 48 additions and 65 deletions
-
10common/dialogs/dialog_page_settings.cpp
-
2common/drawing_sheet/drawing_sheet_parser.cpp
-
2common/io/altium/altium_props_utils.cpp
-
5common/lset.cpp
-
2common/stroke_params.cpp
-
2eeschema/dialogs/dialog_symbol_fields_table.cpp
-
2eeschema/sch_io/altium/altium_parser_sch.cpp
-
12eeschema/sch_io/kicad_sexpr/sch_io_kicad_sexpr_parser.cpp
-
21libs/kimath/include/math/util.h
-
19libs/kimath/include/math/vector2d.h
-
15libs/kimath/src/trigo.cpp
-
8pcbnew/dialogs/panel_setup_constraints.cpp
-
4pcbnew/pcb_io/kicad_sexpr/pcb_io_kicad_sexpr_parser.cpp
-
3pcbnew/pcb_plot_params.cpp
-
6pcbnew/plot_brditems_plotter.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue