diff options
| author | Jeff Carr <[email protected]> | 2024-02-14 01:05:19 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-14 01:05:19 -0600 |
| commit | 4bce280460a9a41b759e51fd9047d6ef4696d553 (patch) | |
| tree | 31ef09a25f3a3247104847a904bf03c9ef93413f /basicWindow.go | |
| parent | 58f530f8bfc4327a93fb0c0a8438c5891d75d535 (diff) | |
Signed-off-by: Jeff Carr <[email protected]>
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 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() |
