diff options
| author | Jeff Carr <[email protected]> | 2025-02-09 12:57:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-09 12:57:42 -0600 |
| commit | bb2732b62180322d2ff3b2824cc9a11e047f6aaa (patch) | |
| tree | 7eef9049dfab6f094d5a9188447609d1d7bb07b8 /treeDraw.go | |
| parent | 00d1256eba04de1fc3cf0981c383f03bf9f8ef54 (diff) | |
color code cleanups
Diffstat (limited to 'treeDraw.go')
| -rw-r--r-- | treeDraw.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/treeDraw.go b/treeDraw.go index c2d8864..7eeb88c 100644 --- a/treeDraw.go +++ b/treeDraw.go @@ -187,13 +187,13 @@ func (tk *guiWidget) drawView() { } func (w *guiWidget) DrawAt(offsetW, offsetH int) { - w.setColor(&colorActiveW) + // w.setColor(&colorActiveW) w.placeWidgets(offsetW, offsetH) // compute the sizes & places for each widget // w.dumpWidget(fmt.Sprintf("DrawAt(%d,%d)", offsetW, offsetH)) } func (w *guiWidget) simpleDrawAt(offsetW, offsetH int) { - w.setColor(&colorActiveW) + // w.setColor(&colorActiveW) w.dumpWidget("simpleDrawAt()") } |
