summaryrefslogtreecommitdiff
path: root/common.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-02 20:05:23 -0600
committerJeff Carr <[email protected]>2025-03-02 20:05:23 -0600
commit71c137c56b5541b3c049d513ec3dcf1c3502fe08 (patch)
tree8db70df0452d1e497d1475415b5e2660565971c3 /common.go
parent0a23b33e633bed497a4c1136d41857ede47d8096 (diff)
stub in widgetpb
Diffstat (limited to 'common.go')
-rw-r--r--common.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.go b/common.go
index 0388ac6..6ad2b84 100644
--- a/common.go
+++ b/common.go
@@ -26,7 +26,7 @@ func (n *Node) Show() *Node {
if n.WidgetType == widget.Window {
log.Log(CHANGE, "Show() on a hidden window", n.progname)
- log.Log(NOW, "TODO: need protobuf in go.wit.com/gui to fix NewWindow()")
+ log.Log(NOW, "doing TestDraw()", n.progname)
n.TestDraw()
return n
}