diff --git a/andlabs/setText.go b/andlabs/setText.go index b89787d..6e3337b 100644 --- a/andlabs/setText.go +++ b/andlabs/setText.go @@ -17,6 +17,7 @@ func (n *node) setText(a *widget.Action) { switch n.WidgetType { case widget.Window: + log.Warn("setText() Attempt to set the title to", a.S) t.uiWindow.SetTitle(a.S) case widget.Tab: case widget.Group: