mirror of
https://github.com/greenshot/greenshot
synced 2025-07-30 19:50:11 -07:00
BUG-2021 & BUG-2022: Fixes for exceptions.
This commit is contained in:
parent
14086923df
commit
35ed3b8d60
6 changed files with 51 additions and 26 deletions
|
@ -153,7 +153,7 @@ namespace Greenshot.Drawing.Fields
|
|||
{
|
||||
ClearFields();
|
||||
internalUpdateRunning = true;
|
||||
foreach (Field field in FindCommonFields())
|
||||
foreach (var field in FindCommonFields())
|
||||
{
|
||||
SetFieldValue(field.FieldType, field.Value);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue