mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
fix: ID collision in provider data information section
This commit is contained in:
@@ -42,7 +42,9 @@ namespace hex::plugin::builtin {
|
||||
ImGui::TableNextColumn();
|
||||
ImGuiExt::TextFormatted("{}", name);
|
||||
ImGui::TableNextColumn();
|
||||
ImGui::PushID(name.c_str());
|
||||
ImGuiExt::TextFormattedWrappedSelectable("{}", value);
|
||||
ImGui::PopID();
|
||||
}
|
||||
|
||||
ImGui::TableNextColumn();
|
||||
|
||||
Reference in New Issue
Block a user