From 3eead7abe9f383d60bbcd6960a54725d5cf8728f Mon Sep 17 00:00:00 2001 From: Krzysztof Date: Thu, 4 Feb 2021 15:36:17 +0100 Subject: [PATCH] #267 coded - proposition --- Greenshot/Forms/ImageEditorForm.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Greenshot/Forms/ImageEditorForm.cs b/Greenshot/Forms/ImageEditorForm.cs index 6e19df179..1f3401791 100644 --- a/Greenshot/Forms/ImageEditorForm.cs +++ b/Greenshot/Forms/ImageEditorForm.cs @@ -150,6 +150,10 @@ namespace Greenshot { // Workaround: As the cursor is (mostly) selected on the surface a funny artifact is visible, this fixes it. HideToolstripItems(); + + // preselect Freehand Tool + _surface.DrawingMode = DrawingModes.Path; + RefreshFieldControls(); } ///