Tear off menu windows now have an icon

This commit is contained in:
Sasha Koshka 2024-08-24 01:00:34 -04:00
parent d1f0786043
commit 0ccdb609ef

View File

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