Browse Source
Pcbnew: rotate footprint hot key fixes (fixes lp:1066182).
Pcbnew: rotate footprint hot key fixes (fixes lp:1066182).
* Change general properties dialog to allow for entry of arbitrary rotation angles for greater than 0 to 90. * Move global rotation angle variable into PCB_EDIT_FRAME object where it is used and add accessors. * Change rotate footprint undo operation from UR_ROTATE_XXXX to UR_CHANGE. * Create function to remove trailing zeros from floating point wxString objects.pull/1/head
13 changed files with 91 additions and 59 deletions
-
3common/pcbcommon.cpp
-
15common/string.cpp
-
12include/kicad_string.h
-
2include/pcbcommon.h
-
6include/wxPcbStruct.h
-
6pcbnew/board_undo_redo.cpp
-
17pcbnew/dialogs/dialog_general_options.cpp
-
9pcbnew/dialogs/dialog_general_options_BoardEditor_base.cpp
-
15pcbnew/dialogs/dialog_general_options_BoardEditor_base.fbp
-
4pcbnew/dialogs/dialog_general_options_BoardEditor_base.h
-
9pcbnew/edit.cpp
-
10pcbnew/pcbframe.cpp
-
42pcbnew/pcbnew_config.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue