mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
Merge pull request #679 from acaruso-xx/mdtextarea-fix
[Loader] Correct rendering of soft line breaks in MDTextArea
This commit is contained in:
commit
7986704b0d
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ struct MDParser {
|
||||||
|
|
||||||
case MD_TEXTTYPE::MD_TEXT_SOFTBR:
|
case MD_TEXTTYPE::MD_TEXT_SOFTBR:
|
||||||
{
|
{
|
||||||
renderer->breakLine();
|
renderer->renderString(" ");
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue