Skip to content

Commit 4593674

Browse files
committed
Fixed enum nodes don't show text.
1 parent 37ef117 commit 4593674

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ReClass.NET/UI/ProjectView.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Collections;
1+
using System.Collections;
22
using System.Collections.Generic;
33
using System.ComponentModel;
44
using System.Diagnostics.Contracts;
@@ -106,6 +106,8 @@ public EnumTreeNode(EnumDescription @enum)
106106

107107
ImageIndex = 3;
108108
SelectedImageIndex = 3;
109+
110+
Update();
109111
}
110112

111113
public void Update()

0 commit comments

Comments
 (0)