fix: set focus on internal Box for Image widget

pull/845/head
ayn2op 1 year ago
parent e22ce9588b
commit 692925c4b4

@ -290,6 +290,8 @@ func (i *Image) Focus(delegate func(p Primitive)) {
i.finished(-1)
return
}
i.Box.Focus(delegate)
}
// render re-populates the [Image.pixels] slice besed on the current settings,

Loading…
Cancel
Save