mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 09:46:54 +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;
|
||||
}
|
||||
|
||||
IsSelecting = true;
|
||||
RegionClickCanvas.CaptureMouse();
|
||||
|
||||
CursorClipper.ClipCursor(this);
|
||||
@@ -150,6 +149,8 @@ public partial class OCROverlay : Window
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
IsSelecting = true;
|
||||
}
|
||||
|
||||
private void RegionClickCanvas_MouseMove(object sender, MouseEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user