AllenDang / giu

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

contedt: redesign Auto ID system #797

Closed gucio321 closed 1 month ago

gucio321 commented 1 month ago

make it less possible to change some IDs and cause strange layout behaviours

Sometimes, when there were nested layouts and some of them were dynamically generated depending on other widgets, it caused some strange UI behaviours