diff --git a/menu.go b/menu.go index 620227e..2da29b9 100644 --- a/menu.go +++ b/menu.go @@ -72,6 +72,7 @@ func (this *Menu) TearOff () { this.torn = true window, err := this.parent.NewChild(this.bounds) + window.SetIcon(tomo.IconListChoose) if err != nil { return } visible := this.Window.Visible()