ocornut / imgui_club

Nice things to use along dear imgui
MIT License
912 stars 106 forks source link

When i set memory_size to 0xFFFF_FFFF, Slider is not visible. #39

Open munubaykal opened 6 months ago

munubaykal commented 6 months ago

When i set memory_size 0xFFFF_FFFF, slider is not visible. GoTo address is not working.

silverweed commented 3 weeks ago

I also stumbled upon this. After a certain, seemingly random size, the scrollbar stops working or disappears entirely. On my machine this happened when the mem_size is greater than ~5286112300 B.

I uploaded a minimal repro here. You should be able to run it with

$ git clone https://codeberg.org/silverweed/imgui_memory_editor_scroll_bug && cd imgui_memory_editor_scroll_bug
$ make
$ ./main [mem_size]
ocornut commented 3 weeks ago

This is being discussed here #3609 I should reinvestigate this specifically for the memory editor.