Test for crash bug fix.

This commit is contained in:
Jeff Young 2019-07-08 15:34:01 +01:00
parent 01a343f28e
commit 2ba237ec12
1 changed files with 0 additions and 1 deletions

View File

@ -1161,7 +1161,6 @@ int POINT_EDITOR::removeCorner( const TOOL_EVENT& aEvent )
int POINT_EDITOR::modifiedSelection( const TOOL_EVENT& aEvent )
{
m_refill = true; // zone has been modified outside the point editor tool
updatePoints();
return 0;
}