-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MemoryEditor does not allow editing #36
Labels
Comments
learn-more
changed the title
MemoryEditor does not allow editing anymore
MemoryEditor does not allow editing
Feb 21, 2024
Bug was introduced on February 8 with ocornut/imgui@3a07846 |
This is fixed in main line by ocornut/imgui@13d91ff |
That'll teach me for not always running tests locally, as soon as I ran them I realized the typo and fixed it: ocornut/imgui@f5be905 |
Thanks for the detailed explanation and the fast fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TLDR: I can't get the memory editor to 'edit' anything, and I am unsure how to debug this.
Observed issue: When selecting a byte (both in the hex or ascii columns) the byte is briefly selected, after which the selection seems to get lost again?
See screen recording:
example_glfw_vulkan_2024-02-21_22-20-34.mp4
This occurs in a (minimally) edited branch of Dear ImGui, details:
Version:
v1.90.3-docking
Backend:
imgui_impl_glfw.cpp + imgui_impl_vulkan.cpp
Compiler/OS:
Win10 22H2 + MSVC 2022 (17.7.4)
Full config/build information:
To reproduce:
imgui_memory_editor.h
from ea49dd3 and drop it next toimgui.h
Another Window
Patch :
The text was updated successfully, but these errors were encountered: