mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-02-09 22:08:43 -06:00
patterns: Updated pattern language
This commit is contained in:
2
lib/external/pattern_language
vendored
2
lib/external/pattern_language
vendored
Submodule lib/external/pattern_language updated: bdba32552b...0c3954bfdd
@@ -459,7 +459,7 @@ namespace hex::plugin::builtin {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (ImGui::Selectable(message.c_str()))
|
||||
if (ImGui::Selectable(hex::format("{}##ConsoleLine", message).c_str()))
|
||||
ImGui::SetClipboardText(message.c_str());
|
||||
|
||||
ImGui::PopStyleColor();
|
||||
|
||||
Reference in New Issue
Block a user