diff options
| author | Jeff Carr <[email protected]> | 2025-04-24 19:28:33 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-04-24 19:28:33 -0500 |
| commit | 7b6af30194302f92798fbd7bdeabf3d72528bcb8 (patch) | |
| tree | 167ff388991d3b33305322f0fa1205c5f0f4d585 /init.go | |
| parent | e0c55e73d24f12f574706364ffdbf21f14bd1798 (diff) | |
text edit box kinda works sometimes
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -108,7 +108,6 @@ func toolkitInit() { if me.textbox.tk == nil { log.Log(INFO, "gocui toolkitInit() initTextbox me.ok =", me.ok) initTextbox() - me.textbox.tk.prepTextbox() } // TEST TEXTBOX END } @@ -457,7 +456,6 @@ func newWindowTrigger() { } if me.textbox.tk == nil { initTextbox() - me.textbox.tk.prepTextbox() } tk.makeWindowActive() me.myTree.Unlock() |
