Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 3eac4e0

Browse files
committed
Removed unneeded "+" signs in front of assembly reference tree nodes.
1 parent e45db52 commit 3eac4e0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Main/Base/Project/Dom/ClassBrowser/AssemblyReferenceTreeNode.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ public AssemblyReferenceTreeNode(IAssemblyReferenceModel model)
1919
if (model == null)
2020
throw new ArgumentNullException("model");
2121
this.model = model;
22+
23+
// To avoid the "+" sign in front of node...
24+
this.LazyLoading = false;
2225
}
2326

2427
protected override object GetModel()

0 commit comments

Comments
 (0)