Browse Source
Pcbnew: Fix Bug #1185556. fix issue about Solder Paste Ratio value which was accepting only one digit in mantissa in 3 dialogs (now 6 digits in all dialogs).
Pcbnew: Fix Bug #1185556. fix issue about Solder Paste Ratio value which was accepting only one digit in mantissa in 3 dialogs (now 6 digits in all dialogs).
fix potential issue in .kicad_pcb file creation, in some places where a %g or %.16g format was used: al least under Mingw/gcc4.7.2, the floating number was written using scientific notation, not accepted by the S-expr reader.pull/1/head
16 changed files with 78 additions and 52 deletions
-
12common/common.cpp
-
5common/worksheet.cpp
-
17include/common.h
-
2pcbnew/dialogs/dialog_edit_module_for_BoardEditor.cpp
-
2pcbnew/dialogs/dialog_edit_module_for_BoardEditor_base.cpp
-
2pcbnew/dialogs/dialog_edit_module_for_BoardEditor_base.fbp
-
6pcbnew/dialogs/dialog_edit_module_for_Modedit.cpp
-
2pcbnew/dialogs/dialog_edit_module_for_Modedit_base.cpp
-
2pcbnew/dialogs/dialog_edit_module_for_Modedit_base.fbp
-
8pcbnew/dialogs/dialog_mask_clearance_base.cpp
-
2pcbnew/dialogs/dialog_mask_clearance_base.fbp
-
4pcbnew/dialogs/dialog_mask_clearance_base.h
-
2pcbnew/dialogs/dialog_pad_properties.cpp
-
2pcbnew/dialogs/dialog_pad_properties_base.cpp
-
2pcbnew/dialogs/dialog_pad_properties_base.fbp
-
60pcbnew/kicad_plugin.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue