diff options
| author | Jeff Carr <[email protected]> | 2024-02-05 03:19:08 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-05 03:19:08 -0600 |
| commit | a15aea03ea4d0bc73d3773f7c77b380caa57153c (patch) | |
| tree | e3da122003d900d5665f889b180bc4a3b7be0d5a /color.go | |
| parent | a907a4418a1f1d027b288b1bbd91a43b103f29f9 (diff) | |
rename to drawView()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'color.go')
| -rw-r--r-- | color.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() { |
