BUG-2021 & BUG-2022: Fixes for exceptions.

This commit is contained in:
Robin 2016-09-14 10:50:40 +02:00
parent 14086923df
commit 35ed3b8d60
6 changed files with 51 additions and 26 deletions

View file

@ -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);
}