Skip to content

Commit 5a183d7

Browse files
author
Sébastien Geiser
committed
Version 1.1.5.0
1 parent fd3b976 commit 5a183d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RegexDialog/Utils/ObservableDictionary.cs

+2
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,9 @@ public void AddRange(IDictionary<TKey, TValue> items)
184184
foreach (var item in items) Dictionary.Add(item);
185185
}
186186
else
187+
{
187188
Dictionary = new Dictionary<TKey, TValue>(items);
189+
}
188190

189191
OnCollectionChanged(NotifyCollectionChangedAction.Add, items.ToArray());
190192
}

0 commit comments

Comments
 (0)