LTspice import: Fix M270 symbol orientation.

This commit is contained in:
Alex Shvartzkop 2023-07-11 03:55:36 +05:00
parent 879e6c302d
commit 1e149704b8
1 changed files with 1 additions and 1 deletions

View File

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