From a9cb5a234638a74a91207db839fb6a49b568c789 Mon Sep 17 00:00:00 2001 From: Mahdi Date: Thu, 5 Oct 2017 22:03:26 +0330 Subject: [PATCH] Fixed an issue with touch screens not being able to select region/draw/select drawing correctly --- ShareX.ScreenCaptureLib/Shapes/ShapeManager.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ShareX.ScreenCaptureLib/Shapes/ShapeManager.cs b/ShareX.ScreenCaptureLib/Shapes/ShapeManager.cs index 10f6ec67d..2f6cb40fe 100644 --- a/ShareX.ScreenCaptureLib/Shapes/ShapeManager.cs +++ b/ShareX.ScreenCaptureLib/Shapes/ShapeManager.cs @@ -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