Fixed an issue with touch screens not being able to select region/draw/select drawing correctly

This commit is contained in:
Mahdi 2017-10-05 22:03:26 +03:30
parent cb6cc4a2f2
commit a9cb5a2346

View file

@ -643,6 +643,8 @@ private void StartRegionSelection()
return;
}
InputManager.Update(); //If it's a touch event we don't have the correct point yet, so refresh it now.
BaseShape shape = GetIntersectShape();
if (shape != null && shape.ShapeType == CurrentShapeType) // Select shape