Closed zendorx closed 5 months ago
Weird, it works in example.
I put it on update by mistake and it cause crush. If put it in init methods it does not crush
I'm closing this issue. I'm not sure if there's much point trying to gracefully deal with these kinds of programmer errors.
I am not sure is it programmer error. I think it should be possible to set scale dynamicly, for example when window resizes. I think this crush related for some leaks in c++ code. But maybe I am wrong
Calling imgui.scale_all_sizes
several times increasing size, like scale applied several times. There should be some reset style method to use it properly. And thats why it is crushing when call it in update.
Using scalle_all_sizes method crashes app