SFML/imgui-sfml

Modal dialog visual glitch as of ImGui v1.86

sam20908 opened this issue · 3 comments

image

It wasn't like this until recently, so I assume the issue lies within this backend. See the comment from imgui's author about this issue: ocornut/imgui#4863 (comment)

Hello
Can you please check out this branch and see if it works for you? https://github.com/eliasdaler/imgui-sfml/tree/idxoffset_fix

Yep, that indeed fixes it @eliasdaler !

image

Good, merged into master. Thanks for reporting.