Browse Source

Fix sausage-fingers in comment

pull/18/head
JamesJCode 2 months ago
parent
commit
91139fe24f
  1. 2
      eeschema/sch_symbol.cpp

2
eeschema/sch_symbol.cpp

@ -1996,7 +1996,7 @@ void SCH_SYMBOL::MirrorHorizontally( int aCenter )
for( SCH_FIELD& field : m_fields )
{
// Move the fields to the new position because the sy:Qmbol itself has moved.
// Move the fields to the new position because the symbol itself has moved.
VECTOR2I pos = field.GetTextPos();
pos.x -= dx;
field.SetTextPos( pos );

Loading…
Cancel
Save