default subsource is now space instead of [*]
authorNiki Roo <niki@nikiroo.be>
Mon, 27 Apr 2020 19:42:12 +0000 (21:42 +0200)
committerNiki Roo <niki@nikiroo.be>
Mon, 27 Apr 2020 19:42:12 +0000 (21:42 +0200)
src/be/nikiroo/fanfix_swing/gui/utils/DataTreeBooks.java

index cb70b632a2652199256b757f268a5458b6d03688..d31ccf1bcf9043fa72c232eb7c357e2a17e18bcc 100644 (file)
@@ -231,7 +231,7 @@ public class DataTreeBooks {
                                        DataNodeBook book = new DataNodeBook(type,
                                                        emptyLoneChild ? "" : value, subValue, false);
                                        if (baseSubValue)
-                                               book.setDisplay("[*]");
+                                               book.setDisplay(" ");
                                        if (emptyLoneChild)
                                                book.setDisplay("[unknown]");
                                        subnodes.add(new DataNode<DataNodeBook>(null, book));