#267 coded - proposition

This commit is contained in:
Krzysztof 2021-02-04 15:36:17 +01:00
commit 3eead7abe9

View file

@ -150,6 +150,10 @@ namespace Greenshot {
// Workaround: As the cursor is (mostly) selected on the surface a funny artifact is visible, this fixes it. // Workaround: As the cursor is (mostly) selected on the surface a funny artifact is visible, this fixes it.
HideToolstripItems(); HideToolstripItems();
// preselect Freehand Tool
_surface.DrawingMode = DrawingModes.Path;
RefreshFieldControls();
} }
/// <summary> /// <summary>