diff options
| -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() |
