Fix over-zealous delete.

Fixes https://gitlab.com/kicad/code/kicad/issues/13476
This commit is contained in:
Jeff Young 2023-01-11 12:15:38 +00:00
parent 481c2493a4
commit f8ef15f174
1 changed files with 1 additions and 0 deletions

View File

@ -515,6 +515,7 @@ const std::vector<KICAD_T> SCH_EDIT_TOOL::RotatableItems = {
SCH_BUS_WIRE_ENTRY_T,
SCH_LINE_T,
SCH_JUNCTION_T,
SCH_NO_CONNECT_T
};