summaryrefslogtreecommitdiff
path: root/node.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-20 19:32:30 -0600
committerJeff Carr <[email protected]>2024-01-20 19:32:30 -0600
commitdfb7a47e8cccd82080de3d6ba97855eeb2be6593 (patch)
treee2a8f4696984ec21eacd4ceba146618a35c456c7 /node.go
parent7012aff2aebdc74d950d921262e0ddfa677761e4 (diff)
log settings works againv0.12.19
still dreaming of protobuf here go mod update show panic for now finally drop sending stuff for non-visable windows Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'node.go')
-rw-r--r--node.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.go b/node.go
index a66ac93..bb26656 100644
--- a/node.go
+++ b/node.go
@@ -16,7 +16,7 @@ there isn't much to see here.
func (n *Node) newNode(title string, t widget.WidgetType) *Node {
if n == nil {
log.Warn("newNode got parent == nil")
- log.Exit(0)
+ panic("gui newNode")
}
var newN *Node