summaryrefslogtreecommitdiff
path: root/basicWindow.go
diff options
context:
space:
mode:
Diffstat (limited to 'basicWindow.go')
-rw-r--r--basicWindow.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/basicWindow.go b/basicWindow.go
index ac6d5eb..ec42c10 100644
--- a/basicWindow.go
+++ b/basicWindow.go
@@ -117,6 +117,7 @@ func (w *BasicWindow) StandardExit() {
}
w.win.Custom = func() {
log.Log(GADGETS, "BasicWindow.Custom() closed. handled properly?", w.title)
+ w.hidden = true
if w.Custom != nil {
log.Log(GADGETS, "BasicWindow.Custom() HAS CUSTOM")
w.Custom()