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();
|
ImGui::TableNextColumn();
|
||||||
ImGuiExt::TextFormatted("{}", name);
|
ImGuiExt::TextFormatted("{}", name);
|
||||||
ImGui::TableNextColumn();
|
ImGui::TableNextColumn();
|
||||||
|
ImGui::PushID(name.c_str());
|
||||||
ImGuiExt::TextFormattedWrappedSelectable("{}", value);
|
ImGuiExt::TextFormattedWrappedSelectable("{}", value);
|
||||||
|
ImGui::PopID();
|
||||||
}
|
}
|
||||||
|
|
||||||
ImGui::TableNextColumn();
|
ImGui::TableNextColumn();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user