impr: Ensure that wrapped text doesn't end up wrapping at every character

This commit is contained in:
WerWolv
2025-08-25 21:22:43 +02:00
parent df2448e121
commit c1a14cb4d4
3 changed files with 7 additions and 4 deletions

View File

@@ -107,7 +107,8 @@ namespace hex::ui {
break;
}
case MD_BLOCK_P:
ImGui::NewLine();
if (!self.m_firstLine)
ImGui::NewLine();
break;
default:
break;