fix: Format string issue
This commit is contained in:
parent
ad4e7c3355
commit
384c2a7701
@ -2139,7 +2139,7 @@ namespace hex::plugin::builtin {
|
||||
}
|
||||
|
||||
if (overflow)
|
||||
ImGui::TextColored(ImGui::GetCustomColorVec4(ImGuiCustomCol_ToolbarRed), "hex.builtin.tools.euclidean_algorithm.overflow"_lang);
|
||||
ImGui::TextFormattedColored(ImGui::GetCustomColorVec4(ImGuiCustomCol_ToolbarRed), "{}", "hex.builtin.tools.euclidean_algorithm.overflow"_lang);
|
||||
else
|
||||
ImGui::NewLine();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user