Invalidates property values on ruleset config enable.
This commit is contained in:
@@ -47,5 +47,13 @@ namespace Cryville.Crtr.Config.UI {
|
||||
_categories[category].Add(p);
|
||||
}
|
||||
}
|
||||
|
||||
public void InvalidatePropertyValues() {
|
||||
foreach (var category in _categories) {
|
||||
foreach (var property in category.Value) {
|
||||
property.Invalidate();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user