diff options
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()") } |
