Small bugfix
This commit is contained in:
parent
966c287bce
commit
fceb9878ce
@ -146,7 +146,6 @@ panel = splitPane(orientation: JSplitPane.HORIZONTAL_SPLIT,
|
|||||||
rootNode.add(new DefaultMutableTreeNode(flatview))
|
rootNode.add(new DefaultMutableTreeNode(flatview))
|
||||||
rootNode.add(controller.makeNodes(model.rootProject))
|
rootNode.add(controller.makeNodes(model.rootProject))
|
||||||
new DefaultTreeModel(rootNode)
|
new DefaultTreeModel(rootNode)
|
||||||
return rootNode
|
|
||||||
} else {
|
} else {
|
||||||
new DefaultTreeModel(new DefaultMutableTreeNode())
|
new DefaultTreeModel(new DefaultMutableTreeNode())
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user