ioxenus
ioxenus
@gucio321 Yeah, that diff has fixed the same issue for me as well (Windows 11, latest giu/cimgui-go master), thanks a lot!
I'm sorry, I seem to have fixed it. Just noticed the new examples ([asyncimage.go](https://github.com/AllenDang/giu/blob/master/examples/asyncimage/asyncimage.go) specifically) that use `ReflectiveBoundTexture`, so I rewrote my code by replacing `g.Texture` with `g.ReflectiveBoundTexture`. (also, `g.NewTextureFromRgba()`...
Yeah, I use the master branch, thanks! After fixing my own custom widget, I noticed that it still crashes. Turned out I was still using the `g.ImageWithRgba` widget somewhere else....