mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
BUG-2058: Fixing serializable issues with the AbstractFieldHolder [skip ci]
This commit is contained in:
parent
e8d51579ba
commit
6cdf1adf94
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue