yet another PlotGroups fix atempt. Seems to be working properly
This commit is contained in:
parent
dbe93f546a
commit
1840e68ff5
@ -99,7 +99,7 @@ public class NumassIO extends BasicIOManager {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (stage != null && stage.length() != 0) {
|
if (stage != null && stage.getLength() != 0) {
|
||||||
tokens.addAll(Arrays.asList(stage.asArray()));
|
tokens.addAll(Arrays.asList(stage.asArray()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -134,6 +134,7 @@ class StorageView(private val context: Context = Global.instance()) : View(title
|
|||||||
center {
|
center {
|
||||||
splitpane {
|
splitpane {
|
||||||
treeview<Container> {
|
treeview<Container> {
|
||||||
|
isShowRoot = false
|
||||||
storageProperty.onChange {
|
storageProperty.onChange {
|
||||||
if (it != null) {
|
if (it != null) {
|
||||||
root = TreeItem(Container("root", it))
|
root = TreeItem(Container("root", it))
|
||||||
|
Loading…
Reference in New Issue
Block a user