go.wit.com/log changes
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
d04767a0ff
commit
ad8a25d85f
1
gui.go
1
gui.go
|
@ -106,7 +106,6 @@ func mainWindow(title string) {
|
||||||
})
|
})
|
||||||
|
|
||||||
gr.NewButton("test smartwindow()", func () {
|
gr.NewButton("test smartwindow()", func () {
|
||||||
log.Jeff(INFO, "jcarr")
|
|
||||||
if me.fixWindow == nil {
|
if me.fixWindow == nil {
|
||||||
me.fixWindow = smartwindow.New()
|
me.fixWindow = smartwindow.New()
|
||||||
me.fixWindow.SetParent(me.myGui)
|
me.fixWindow.SetParent(me.myGui)
|
||||||
|
|
Loading…
Reference in New Issue