mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:46:30 +00:00
small improvements
This commit is contained in:
@@ -346,6 +346,7 @@ public class CanvasEditor : Canvas
|
||||
_lastPos = e.GetPosition(this);
|
||||
_curRec = (Rectangle)sender;
|
||||
_curAnn = (DetectionControl)((Grid)_curRec.Parent).Parent;
|
||||
(sender as UIElement)?.CaptureMouse();
|
||||
e.Handled = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user