Handle rotating individual no connects

Fixes KICAD-4A9
This commit is contained in:
Ian McInerney 2024-01-02 22:03:10 +00:00
parent 0b526cca15
commit d0a3c04835
1 changed files with 1 additions and 0 deletions

View File

@ -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 )