diff options
Diffstat (limited to 'treeAdd.go')
| -rw-r--r-- | treeAdd.go | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -80,16 +80,17 @@ func addWidget(n *tree.Node) { tk.color = &colorCombobox return case widget.Box: - tk.color = &colorBox + // tk.color = &colorBox tk.isFake = true setFake(n) return case widget.Grid: - tk.color = &colorGrid + // tk.color = &colorGrid tk.isFake = true setFake(n) return case widget.Group: + tk.setColorLabel() tk.frame = false return case widget.Label: |
