debugging stuff

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-10 17:24:11 -06:00
parent ba5ce49e7a
commit 3b402b28d1
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ func (n *node) setText(a *widget.Action) {
switch n.WidgetType { switch n.WidgetType {
case widget.Window: case widget.Window:
log.Warn("setText() Attempt to set the title to", a.S)
t.uiWindow.SetTitle(a.S) t.uiWindow.SetTitle(a.S)
case widget.Tab: case widget.Tab:
case widget.Group: case widget.Group: