diff options
Diffstat (limited to 'andlabs/setText.go')
| -rw-r--r-- | andlabs/setText.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/andlabs/setText.go b/andlabs/setText.go index 88b4df0..77beb5c 100644 --- a/andlabs/setText.go +++ b/andlabs/setText.go @@ -6,7 +6,7 @@ import ( ) func (n *node) setText(a *widget.Action) { - name := getString(a.Value) + name := widget.GetString(a.Value) log.Log(CHANGE, "setText() START with text =", name) t := n.tk |
