summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basicWindow.go1
1 files changed, 1 insertions, 0 deletions
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()