You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue description: In RichTextLabel, when you have text between [fill] [/fill] tags, it sometimes adds extra spacing for the line to match the right edge. Well, this extra spacing is unkwon for [u] and [url] tags, that not put the underline under it and creates a ugly gap.
Steps to reproduce:
-Create a Rich text label.
-Add some text like "[Fill]Enough text to fill [u]the line and reach the [/u]right limit, so extra spacing may be added and NO UNDERLINED[/fill]"
-Enjoy the bug!
Minimal reproduction project:
Bbcode text in the example is: [fill]\t Se cree que [u]los primeros pobladores[/u][/fill]" and the output (see the not underlined gap between words "los" and "primeros"
The text was updated successfully, but these errors were encountered:
Godot version: 3.1.1-stable_win32
OS/device including version: Windows 7/PC
Issue description: In RichTextLabel, when you have text between [fill] [/fill] tags, it sometimes adds extra spacing for the line to match the right edge. Well, this extra spacing is unkwon for [u] and [url] tags, that not put the underline under it and creates a ugly gap.
Steps to reproduce:
-Create a Rich text label.
-Add some text like "[Fill]Enough text to fill [u]the line and reach the [/u]right limit, so extra spacing may be added and NO UNDERLINED[/fill]"
-Enjoy the bug!
Minimal reproduction project:
Bbcode text in the example is: [fill]\t Se cree que [u]los primeros pobladores[/u][/fill]" and the output (see the not underlined gap between words "los" and "primeros"
The text was updated successfully, but these errors were encountered: