diff options
| author | Jeff Carr <[email protected]> | 2025-02-11 13:55:17 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-11 13:55:17 -0600 |
| commit | a575a08bccc666c776cfb5192528249039dcfbed (patch) | |
| tree | 799a86cbe7494fb02ed0f3e4f8411d607bb43314 | |
| parent | 57e5ff22dcd1c63f79c308da0630d8aee448b137 (diff) | |
disable me.textbox() output
| -rw-r--r-- | plugin.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -234,9 +234,9 @@ func (tk *guiWidget) Disable() { r.h1 = r.h0 + 2 me.textbox.tk.forceSizes(r) me.textbox.tk.Show() // actually makes the gocui view. TODO: redo this - log.Info("textbox should be shown") + // log.Info("textbox should be shown") // showTextbox("Running...") - me.textbox.tk.dumpWidget("shown?") + // me.textbox.tk.dumpWidget("shown?") me.textbox.tk.setColorModal() me.textbox.tk.v.Clear() |
