disable me.textbox() output

This commit is contained in:
Jeff Carr 2025-02-11 13:55:17 -06:00
parent 57e5ff22dc
commit a575a08bcc
1 changed files with 2 additions and 2 deletions

View File

@ -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()