diff options
| author | Jeff Carr <[email protected]> | 2025-01-31 13:00:26 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-31 13:47:45 -0600 |
| commit | b7cd6d07fcaa69d009b3f33f7c59afb16b719029 (patch) | |
| tree | 5acb4a3b04dd7603a6085a5be51b448227512a11 /color.go | |
| parent | f76960c90764159d1cad6b5264687accc39ca4bd (diff) | |
hmm. can't figure out where clicks are goingv0.22.15
Diffstat (limited to 'color.go')
| -rw-r--r-- | color.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -148,10 +148,10 @@ func (tk *guiWidget) setColor(newColor *colorT) { return } if tk.color == nil { - log.Log(NOW, "Set the node to color = nil") + // log.Log(NOW, "Set the node to color = nil") tk.color = &colorNone } - log.Log(NOW, "Set the node to color =", tk.color.name) + // log.Log(NOW, "Set the node to color =", tk.color.name) tk.Show() } |
