Put back in neccessary callt o updateArea

This commit is contained in:
Isaac Connor 2016-06-12 16:10:24 -04:00
parent 4f2e0edb44
commit 632ec38d7d
1 changed files with 1 additions and 0 deletions

View File

@ -356,6 +356,7 @@ function updateActivePoint( index )
var Point = $('zonePoly').points.getItem(index);
Point.x =x;
Point.y =y;
updateArea();
}
function addPoint( index )