summaryrefslogtreecommitdiff
path: root/basicEntry.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-31 14:02:20 -0600
committerJeff Carr <[email protected]>2024-01-31 14:02:20 -0600
commitd52f6a6903ed8b2e21397c99e0b17dcce2eb9073 (patch)
tree96241ea3ae3584ff92f0bff3313a031e15aecbc5 /basicEntry.go
parent6514043d9fee59cdf1ee2f075c8b7992dd766657 (diff)
use SetText()v0.20.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'basicEntry.go')
-rw-r--r--basicEntry.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/basicEntry.go b/basicEntry.go
index da39962..9283101 100644
--- a/basicEntry.go
+++ b/basicEntry.go
@@ -24,7 +24,6 @@ type BasicEntry struct {
func (n *BasicEntry) SetText(s string) *BasicEntry {
log.Log(GADGETS, "BasicEntry.Set() =", s)
- n.v.SetValue(s)
n.v.SetText(s)
n.v.SetLabel(s)
return n