You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i set memory_size 0xFFFF_FFFF, slider is not visible. GoTo address is not working.
The text was updated successfully, but these errors were encountered:
munubaykal
changed the title
When i set memory_size 0xFFFF_FFFF, slider is not visible.
When i set memory_size to 0xFFFF_FFFF, Slider is not visible.
Mar 14, 2024
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]
When i set memory_size 0xFFFF_FFFF, slider is not visible. GoTo address is not working.
The text was updated successfully, but these errors were encountered: