mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Fixed missing field
This commit is contained in:
parent
18d8d63180
commit
1bd396d4ed
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ namespace Greenshot.Drawing {
|
|||
/// Do not use the base, just override so we have our own defaults
|
||||
/// </summary>
|
||||
protected override void InitializeFields() {
|
||||
AddField(GetType(), FieldType.LINE_THICKNESS, 2);
|
||||
AddField(GetType(), FieldType.ARROWHEADS, 2);
|
||||
AddField(GetType(), FieldType.LINE_COLOR, Color.Red);
|
||||
AddField(GetType(), FieldType.FILL_COLOR, Color.Transparent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue