diff --git a/ShareX.ScreenCaptureLib/Shapes/ShapeManager.cs b/ShareX.ScreenCaptureLib/Shapes/ShapeManager.cs index e62366141..5c7ecebe5 100644 --- a/ShareX.ScreenCaptureLib/Shapes/ShapeManager.cs +++ b/ShareX.ScreenCaptureLib/Shapes/ShapeManager.cs @@ -855,6 +855,7 @@ private void UpdateCurrentShape() if (shape != null) { shape.OnConfigLoad(); + shape.OnMoved(); } }