AllenDang / giu

Cross platform rapid GUI framework for golang based on Dear ImGui.
MIT License
2.11k stars 127 forks source link

label: use TextUnformatted #782

Closed gucio321 closed 3 months ago

gucio321 commented 3 months ago

fix https://github.com/AllenDang/giu/issues/781

francmarx commented 3 months ago

@gucio321 bug: last character is missing

g.Label("Hello"),
g.Label("World"),
g.Label("Test"),

gives this

image

gucio321 commented 3 months ago

I think like i swa it already... I hope this is fixed in latest cimgui-go - need to update here

gucio321 commented 3 months ago

meh, but something more changed and I get build errors. Will fix that later