summaryrefslogtreecommitdiff
path: root/treeAdd.go
diff options
context:
space:
mode:
Diffstat (limited to 'treeAdd.go')
-rw-r--r--treeAdd.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/treeAdd.go b/treeAdd.go
index ec1eb4a..be80499 100644
--- a/treeAdd.go
+++ b/treeAdd.go
@@ -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: