BUG-2058: Fixing serializable issues with the AbstractFieldHolder [skip ci]

This commit is contained in:
Robin 2016-11-03 17:20:35 +01:00
parent e8d51579ba
commit 6cdf1adf94

View file

@ -39,6 +39,7 @@ namespace Greenshot.Drawing.Fields
{
private static readonly ILog LOG = LogManager.GetLogger(typeof(AbstractFieldHolder));
private static readonly EditorConfiguration EditorConfig = IniConfig.GetIniSection<EditorConfiguration>();
[NonSerialized]
private readonly IDictionary<IField, PropertyChangedEventHandler> _handlers = new Dictionary<IField, PropertyChangedEventHandler>();
/// <summary>