basicWindow.Hide() works

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-15 00:18:21 -06:00
parent ed62785d3f
commit b9e6545c00
1 changed files with 0 additions and 2 deletions

View File

@ -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()
}