diff options
| author | Jeff Carr <[email protected]> | 2024-02-13 16:17:08 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-13 16:17:08 -0600 |
| commit | 58f530f8bfc4327a93fb0c0a8438c5891d75d535 (patch) | |
| tree | 71429cc1a54dc0489067ef16090d53791a7723b4 /basicWindow.go | |
| parent | c39117d132dcba6efe484faaa0144facda990c21 (diff) | |
added missing Show()
Diffstat (limited to 'basicWindow.go')
| -rw-r--r-- | basicWindow.go | 1 |
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() |
