mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
#267 coded - proposition
This commit is contained in:
parent
e5019bbb9d
commit
3eead7abe9
1 changed files with 4 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue