fix: Path in pattern tooltip wrapping too quickly

This commit is contained in:
WerWolv
2024-06-27 19:27:54 +02:00
parent e43016735d
commit 699a91c46b

View File

@@ -1497,7 +1497,9 @@ namespace hex::plugin::builtin {
}
ImGui::Indent();
ImGui::PushTextWrapPos(300_scaled);
ImGuiExt::TextFormattedWrapped("{}", path);
ImGui::PopTextWrapPos();
ImGui::Unindent();
ImGui::TableNextRow();