M.Sz.

Results 484 comments of M.Sz.

It is docking branch of imgui, idk how to disable it tbh. Ill need to check

@OfflinePing I've checked out and added it on wiki: https://github.com/AllenDang/giu/wiki/FAQ#windows Q: I can drag my Window out of the MasterWindow! I don't want that! \ A: This is a new...

@xEricL, I can't reproduce Here is the code I'm using ```go package main import ( "bytes" "embed" "image" "image/png" "github.com/AllenDang/giu" ) //go:embed assets/* var assets embed.FS var ( logo *image.RGBA...

Image with url is almost the same as image with rgba iirc So this night be a giu issue, let me investigate it

@xEricL I'm sorry but I'm still unable to reproduce: https://github.com/user-attachments/assets/c7559080-d283-4381-9916-cd4ebad18022

@xEricL I'm on fedora 39. I can check on f40 laptop later. You use wayland or xorg? And what gpu?

@xEricL I managed to reproduce on fedora 40 laptop with nvidia gpu. I have no idea is it hardware or os thing yet. Will try to debug this.

fedora 40 PC with no gpu - still works for me. This must be something about gpu (but why?) Generally ImageWithRGBa has something to do with texture loading and this...

I had a chat on discord with someone who has similar issue. Turns out it happens independently to `ProgressBar`. If you just use `ImageWithRgba` to display an image and wait...