stdout init almost finally works
This commit is contained in:
parent
660d9e7e3a
commit
9912c3eb82
4
init.go
4
init.go
|
@ -68,6 +68,10 @@ func toolkitInit() {
|
||||||
relocateStdoutOffscreen()
|
relocateStdoutOffscreen()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
time.Sleep(1 * time.Second)
|
||||||
|
me.stdout.outputOnTop = false
|
||||||
|
setThingsOnTop()
|
||||||
|
|
||||||
var toggle bool
|
var toggle bool
|
||||||
for i := 0; i < 6; i++ {
|
for i := 0; i < 6; i++ {
|
||||||
w := me.treeRoot.TK.(*guiWidget)
|
w := me.treeRoot.TK.(*guiWidget)
|
||||||
|
|
Loading…
Reference in New Issue