diff options
| -rw-r--r-- | basicWindow.go | 2 |
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() } |
