summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-15 00:18:21 -0600
committerJeff Carr <[email protected]>2024-01-15 00:18:21 -0600
commitb9e6545c002f8a6825395ebd79cb9ba744335c27 (patch)
treebfe23c28b3b47898b82af8e855a4249ccbe8e9b2
parented62785d3fd19d9a5c7bbb34aefdbf0fb24a3799 (diff)
basicWindow.Hide() works
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--basicWindow.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/basicWindow.go b/basicWindow.go
index bd68fa5..35d80d6 100644
--- a/basicWindow.go
+++ b/basicWindow.go
@@ -112,8 +112,6 @@ func (w *BasicWindow) Make() {
w.win.Custom = func() {
log.Warn("BasicWindow.Custom() closed. TODO: handle this", w.title)
log.Warn("BasicWindow.Custom() closed. handled properly?", w.title)
- w.parent.Hide()
- w.hidden = true
if w.Custom != nil {
w.Custom()
}