Skip to content

Commit 0089f3a

Browse files
committed
This is more accurate
1 parent a7e3eed commit 0089f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imgui_markdown.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ namespace ImGui
11271127
}
11281128
if (start_)
11291129
{
1130-
if ( 0 == ( markdownFormatInfo_.config->formatFlags & ImGuiMarkdownFormatFlags_NoNewLineIfHeadingFirstLine ) || !markdownFormatInfo_.firstLine )
1130+
if ( 0 == ( markdownFormatInfo_.config->formatFlags & ImGuiMarkdownFormatFlags_NoNewLineIfHeadingFirstLine ) )
11311131
{
11321132
ImGui::NewLine();
11331133
}

0 commit comments

Comments
 (0)