From df808d89f2580465bf51049a0c5e28a3a4c1215e Mon Sep 17 00:00:00 2001 From: Jaex Date: Fri, 11 Mar 2022 07:30:42 +0300 Subject: [PATCH] Allow 0 value for step number --- ShareX.ScreenCaptureLib/Shapes/ShapeManagerMenu.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShareX.ScreenCaptureLib/Shapes/ShapeManagerMenu.cs b/ShareX.ScreenCaptureLib/Shapes/ShapeManagerMenu.cs index 2fd500f1c..e474737b5 100644 --- a/ShareX.ScreenCaptureLib/Shapes/ShapeManagerMenu.cs +++ b/ShareX.ScreenCaptureLib/Shapes/ShapeManagerMenu.cs @@ -597,7 +597,7 @@ internal void CreateToolbar() tsddbShapeOptions.DropDownItems.Add(tslnudStepFontSize); tslnudStartingStepValue = new ToolStripLabeledNumericUpDown(Resources.ShapeManager_CreateToolbar_StartingStepValue); - tslnudStartingStepValue.Content.Minimum = 1; + tslnudStartingStepValue.Content.Minimum = 0; tslnudStartingStepValue.Content.Maximum = 10000; tslnudStartingStepValue.Content.ValueChanged = (sender, e) => {