diff --git a/basicWindow.go b/basicWindow.go index ec42c10..378fee3 100644 --- a/basicWindow.go +++ b/basicWindow.go @@ -183,6 +183,7 @@ func (w *BasicWindow) Make() *BasicWindow { // I like to call this Sierpinski mode if w.win.Custom == nil { w.win.Custom = func() { + w.hidden = true log.Log(GADGETS, "BasicWindow.Custom() closed. handled properly?", w.title) if w.Custom != nil { w.Custom()