Spellbreak fonts

This commit is contained in:
GMatrixGames
2021-05-23 20:20:24 -04:00
parent 4f69509d6d
commit ccb5814024
2 changed files with 25 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ namespace FModel.Framework
private void ObserveAll()
{
foreach (T item in Items)
foreach (var item in Items)
item.PropertyChanged += ChildPropertyChanged;
}