Fix button wouldn't give its image

This commit is contained in:
nathan 2022-05-09 09:59:13 -06:00
parent 87f77a52ea
commit daa324e948

View File

@ -157,7 +157,7 @@ export class Et2Button extends Et2InputWidget(SlotMixin(LionButton))
get image ()
{
return this._image;
return this.__image;
}
_handleClick(event : MouseEvent) : boolean