Hide expander when no childs at all

This commit is contained in:
M66B
2019-06-07 18:25:32 +02:00
parent 46ae47b5c9
commit 57a9d0ae54
2 changed files with 15 additions and 3 deletions

View File

@@ -45,7 +45,10 @@ public class TupleFolderEx extends EntityFolder implements Serializable {
public int executing;
@Ignore
int indentation;
int indentation = 0;
@Ignore
boolean expander = true;
@Ignore
TupleFolderEx parent_ref;