Allow rotation/mirroring of wires.

This commit is contained in:
Jeff Young 2019-05-02 00:41:35 +01:00
parent 4ca0f4da10
commit 1cc3055481
1 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,8 @@ const KICAD_T SCH_COLLECTOR::RotatableItems[] = {
SCH_BITMAP_T,
SCH_BUS_BUS_ENTRY_T,
SCH_BUS_WIRE_ENTRY_T,
SCH_LINE_T,
SCH_JUNCTION_T,
EOT
};