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