Skip to content

Commit 7de5376

Browse files
authored
Update PropertyGrid.cs
bug fix for BasicMetadata.Register(); never used.
1 parent ffb1d87 commit 7de5376

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WpfDesign.Designer/Project/PropertyGrid/PropertyGrid.cs

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ public PropertyGrid()
4848
Categories.Add(otherCategory);
4949
Categories.Add(attachedCategory);
5050

51+
BasicMetadata.Register();
52+
5153
Events = new PropertyNodeCollection();
5254
}
5355

0 commit comments

Comments
 (0)