mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
[TextExtractor] Fix redundant screen select after mouse right click (#20271)
This commit is contained in:
@@ -115,7 +115,6 @@ public partial class OCROverlay : Window
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
IsSelecting = true;
|
|
||||||
RegionClickCanvas.CaptureMouse();
|
RegionClickCanvas.CaptureMouse();
|
||||||
|
|
||||||
CursorClipper.ClipCursor(this);
|
CursorClipper.ClipCursor(this);
|
||||||
@@ -150,6 +149,8 @@ public partial class OCROverlay : Window
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
IsSelecting = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void RegionClickCanvas_MouseMove(object sender, MouseEventArgs e)
|
private void RegionClickCanvas_MouseMove(object sender, MouseEventArgs e)
|
||||||
|
|||||||
Reference in New Issue
Block a user