Put back in neccessary callt o updateArea
This commit is contained in:
parent
4f2e0edb44
commit
632ec38d7d
|
@ -356,6 +356,7 @@ function updateActivePoint( index )
|
|||
var Point = $('zonePoly').points.getItem(index);
|
||||
Point.x =x;
|
||||
Point.y =y;
|
||||
updateArea();
|
||||
}
|
||||
|
||||
function addPoint( index )
|
||||
|
|
Loading…
Reference in New Issue