basicWindow.Hide() works
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
ed62785d3f
commit
b9e6545c00
|
@ -112,8 +112,6 @@ func (w *BasicWindow) Make() {
|
|||
w.win.Custom = func() {
|
||||
log.Warn("BasicWindow.Custom() closed. TODO: handle this", w.title)
|
||||
log.Warn("BasicWindow.Custom() closed. handled properly?", w.title)
|
||||
w.parent.Hide()
|
||||
w.hidden = true
|
||||
if w.Custom != nil {
|
||||
w.Custom()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue