1
0
mirror of synced 2025-01-29 19:17:28 +01:00

feat: Selectable demangler (#1250)

Supersedes #1240 - depends on #1249 and
https://github.com/WerWolv/libwolv/pull/8 to work.
This commit is contained in:
Lennard Fonteijn 2023-08-13 21:51:05 +02:00 committed by GitHub
parent 896091b124
commit c25aad552d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ namespace hex::plugin::builtin {
ImGui::Header("hex.builtin.tools.demangler.demangled"_lang);
if (ImGui::BeginChild("demangled", ImVec2(0, 200_scaled), true)) {
ImGui::TextFormattedWrapped("{}", demangledName);
ImGui::TextFormattedWrappedSelectable("{}", demangledName);
}
ImGui::EndChild();
}