mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix sausage-fingers in comment
This commit is contained in:
parent
ee9e94df04
commit
91139fe24f
@ -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…
x
Reference in New Issue
Block a user