summaryrefslogtreecommitdiff
path: root/color.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-05 03:19:08 -0600
committerJeff Carr <[email protected]>2024-02-05 03:19:08 -0600
commita15aea03ea4d0bc73d3773f7c77b380caa57153c (patch)
treee3da122003d900d5665f889b180bc4a3b7be0d5a /color.go
parenta907a4418a1f1d027b288b1bbd91a43b103f29f9 (diff)
rename to drawView()
Signed-off-by: Jeff Carr <[email protected]>
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() {