Apply recommended fix
This commit is contained in:
@@ -82,9 +82,6 @@ func (t *TappableImage) Refresh() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (t *TappableImage) MinSize() fyne.Size {
|
func (t *TappableImage) MinSize() fyne.Size {
|
||||||
if !t.haveImage() {
|
|
||||||
return fyne.NewSize(0, 0)
|
|
||||||
}
|
|
||||||
return t.Image.MinSize()
|
return t.Image.MinSize()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user