summaryrefslogtreecommitdiff
path: root/plugin.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-11 13:23:50 -0600
committerJeff Carr <[email protected]>2025-02-11 13:23:50 -0600
commit57e5ff22dcd1c63f79c308da0630d8aee448b137 (patch)
treef212245ccd1516f5ce4cb9ba59b5ab4c6ffdb2b1 /plugin.go
parent733c595c54cdbf8e54c7c09c69e8f4d4415b04f6 (diff)
minor
Diffstat (limited to 'plugin.go')
-rw-r--r--plugin.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin.go b/plugin.go
index de24745..75f0635 100644
--- a/plugin.go
+++ b/plugin.go
@@ -287,6 +287,9 @@ func (tk *guiWidget) Enable() {
tk.prepTextbox()
me.textbox.tk.Hide()
+ me.textbox.tk.enable = false
+ me.textbox.tk.node.State.Enable = false
+
/*
initTextbox()