diff --git a/eeschema/sch_plugins/ltspice/ltspice_sch_parser.cpp b/eeschema/sch_plugins/ltspice/ltspice_sch_parser.cpp index 1eeeac57a7..d0cd0e3532 100644 --- a/eeschema/sch_plugins/ltspice/ltspice_sch_parser.cpp +++ b/eeschema/sch_plugins/ltspice/ltspice_sch_parser.cpp @@ -439,7 +439,7 @@ void LTSPICE_SCH_PARSER::RotateMirror( LTSPICE_SCHEMATIC::LT_SYMBOL& aLTSymbol, else if( aLTSymbol.SymbolOrientation == LTSPICE_SCHEMATIC::ORIENTATION::M270 ) { aSchSymbol->SetOrientation( SYM_MIRROR_Y ); - aSchSymbol->SetOrientation( SYM_ROTATE_COUNTERCLOCKWISE ); + aSchSymbol->SetOrientation( SYM_ROTATE_CLOCKWISE ); } }