This commit is contained in:
Jaex 2020-08-11 20:24:58 +03:00
commit 9914b8009c

View file

@ -156,6 +156,7 @@ public static void ShowScreenRuler(RegionCaptureOptions options)
RegionCaptureOptions newOptions = GetRegionCaptureOptions(options);
newOptions.QuickCrop = false;
newOptions.UseLightResizeNodes = true;
newOptions.MinimumSize = 0;
using (RegionCaptureForm form = new RegionCaptureForm(RegionCaptureMode.Ruler, newOptions))
{