fix: ID collision in provider data information section
This commit is contained in:
parent
6a1de5fc4e
commit
8eb7e9fb05
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user