mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
fix: Path in pattern tooltip wrapping too quickly
This commit is contained in:
@@ -1497,7 +1497,9 @@ namespace hex::plugin::builtin {
|
||||
}
|
||||
|
||||
ImGui::Indent();
|
||||
ImGui::PushTextWrapPos(300_scaled);
|
||||
ImGuiExt::TextFormattedWrapped("{}", path);
|
||||
ImGui::PopTextWrapPos();
|
||||
ImGui::Unindent();
|
||||
|
||||
ImGui::TableNextRow();
|
||||
|
||||
Reference in New Issue
Block a user