mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Don't attempt to update temp lines when it will fail (KICAD-FWF).
This commit is contained in:
parent
eafa1a7af0
commit
5e907f864e
@ -107,7 +107,8 @@ bool POLYGON_GEOM_MANAGER::IsSelfIntersecting( bool aIncludeLeaderPts ) const
|
||||
|
||||
void POLYGON_GEOM_MANAGER::SetCursorPosition( const VECTOR2I& aPos )
|
||||
{
|
||||
updateTemporaryLines( aPos );
|
||||
if( m_lockedPoints.PointCount() > 0 )
|
||||
updateTemporaryLines( aPos );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user