mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
Fix small text collapse bug.
This commit is contained in:
@@ -1017,6 +1017,9 @@ void UIRichText::rebuildRichText( UILayout* container, RichText& richText, Intri
|
||||
richText.addSpan( "", span->getFontStyleConfig(), rightOnly, padRightOnly );
|
||||
}
|
||||
|
||||
if ( shouldCollapse && span->isInlineBlock() )
|
||||
lastSpanEndsWithSpace = true;
|
||||
|
||||
handled = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user