summaryrefslogtreecommitdiff
path: root/color.go
diff options
context:
space:
mode:
Diffstat (limited to 'color.go')
-rw-r--r--color.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/color.go b/color.go
index 2201690..5e777f0 100644
--- a/color.go
+++ b/color.go
@@ -131,7 +131,7 @@ func (tk *guiWidget) setColor(newColor *colorT) {
tk.color = &colorNone
}
log.Log(NOW, "Set the node to color =", tk.color.name)
- tk.recreateView()
+ tk.Show()
}
func (w *guiWidget) disableColor() {