mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
impr: Ensure that wrapped text doesn't end up wrapping at every character
This commit is contained in:
@@ -107,7 +107,8 @@ namespace hex::ui {
|
||||
break;
|
||||
}
|
||||
case MD_BLOCK_P:
|
||||
ImGui::NewLine();
|
||||
if (!self.m_firstLine)
|
||||
ImGui::NewLine();
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user