Marcel
Marcel
This is due to a limitation of imgui not of giu. From [imgui_tables.cpp](https://github.com/ocornut/imgui/blob/master/imgui_tables.cpp) ``` C++ // Sanity checks IM_ASSERT(columns_count > 0 && columns_count
I can't find a ...Wrap flag in Flag.go. There is a Wrapped function for labels but that's not what I am using. So my issue is: Using ```golang g.InputText(&value).Label(label) ```...
I get So it does the job but I can't explain the size difference of the edit box.
I changed it just now to can't in stead of can. So I don't understand why the latter is bigger than the first without touching the sizes.
With the WindowFlagsAlwaysAutoResize flag it ignores now the Size() as in ```golang g.InputText(&value).Label(label).Size(80) ```
Ok, I took your multi windows example and changed it a bit. Normally a window without an explicit size, sizes to the widgets it contains. As you can see in...
It looks like a imgui thing. See [https://github.com/ocornut/imgui/issues/267](https://github.com/ocornut/imgui/issues/267)
Same here using macOS Sonoma 14.2.1 (23C71) go version go1.21.5 darwin/arm64 using Fyne develop
Using Zellij it is even worse. It flickers (flashes) with every cursor move. If superfile is a serious tool to consider this must be fixed.