diff options
| author | Jeff Carr <[email protected]> | 2024-01-10 17:24:11 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-10 17:24:11 -0600 |
| commit | 3b402b28d16ad954d5312abccb3e6504e133d003 (patch) | |
| tree | f8fe5a3af833b00d12bf08482168bcb9cd4d66c0 | |
| parent | ba5ce49e7aea4b05645d0aac1e5d93049c1344df (diff) | |
debugging stuff
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | andlabs/setText.go | 1 |
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: |
