From bb2732b62180322d2ff3b2824cc9a11e047f6aaa Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 9 Feb 2025 12:57:42 -0600 Subject: color code cleanups --- treeDraw.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'treeDraw.go') 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()") } -- cgit v1.2.3