Don't set IS_CHANGED on symbol when modifying LIB_PINs for painting.
This commit is contained in:
parent
f643a8f5bf
commit
9854acd9e6
|
@ -1082,11 +1082,7 @@ void LIB_PIN::Offset( const VECTOR2I& aOffset )
|
|||
|
||||
void LIB_PIN::MoveTo( const VECTOR2I& aNewPosition )
|
||||
{
|
||||
if( m_position != aNewPosition )
|
||||
{
|
||||
m_position = aNewPosition;
|
||||
SetModified();
|
||||
}
|
||||
m_position = aNewPosition;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue