We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37ef117 commit 4593674Copy full SHA for 4593674
1 file changed
ReClass.NET/UI/ProjectView.cs
@@ -1,4 +1,4 @@
1
-using System.Collections;
+using System.Collections;
2
using System.Collections.Generic;
3
using System.ComponentModel;
4
using System.Diagnostics.Contracts;
@@ -106,6 +106,8 @@ public EnumTreeNode(EnumDescription @enum)
106
107
ImageIndex = 3;
108
SelectedImageIndex = 3;
109
+
110
+ Update();
111
}
112
113
public void Update()
0 commit comments