Clear loop points when resetting polygon/zone draw.

This commit is contained in:
Alex 2022-12-15 19:02:16 +03:00
parent 84f927d057
commit c66dc035c7
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ void POLYGON_GEOM_MANAGER::Reset()
{
m_lockedPoints.Clear();
m_leaderPts.Clear();
m_loopPts.Clear();
m_client.OnGeometryChange( *this );
}