summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--andlabs/setText.go1
1 files changed, 1 insertions, 0 deletions
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: