Browse Source

Handle rotating individual no connects

Fixes KICAD-4A9
newinvert
Ian McInerney 2 years ago
parent
commit
d0a3c04835
  1. 1
      eeschema/tools/sch_edit_tool.cpp

1
eeschema/tools/sch_edit_tool.cpp

@ -738,6 +738,7 @@ int SCH_EDIT_TOOL::Rotate( const TOOL_EVENT& aEvent )
KI_FALLTHROUGH;
case SCH_JUNCTION_T:
case SCH_NO_CONNECT_T:
case SCH_BUS_BUS_ENTRY_T:
case SCH_BUS_WIRE_ENTRY_T:
for( int i = 0; clockwise ? i < 3 : i < 1; ++i )

Loading…
Cancel
Save