disable me.textbox() output
This commit is contained in:
parent
57e5ff22dc
commit
a575a08bcc
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue