yet another PlotGroups fix atempt. Seems to be working properly

This commit is contained in:
Alexander Nozik 2017-11-01 21:18:49 +03:00
parent dbe93f546a
commit 1840e68ff5
2 changed files with 2 additions and 1 deletions

View File

@ -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()));
}

View File

@ -134,6 +134,7 @@ class StorageView(private val context: Context = Global.instance()) : View(title
center {
splitpane {
treeview<Container> {
isShowRoot = false
storageProperty.onChange {
if (it != null) {
root = TreeItem(Container("root", it))