Fix #103433: Added space for BBCode Ordered Lists
Now [ol] and [ul] have a seperating space by default
This commit is contained in:
parent
1753893c60
commit
9270fcd9d2
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ String RichTextLabel::_get_prefix(Item *p_item, const Vector<int> &p_list_index,
|
|||
}
|
||||
prefix = segment + prefix;
|
||||
}
|
||||
return prefix;
|
||||
return prefix + " ";
|
||||
}
|
||||
|
||||
void RichTextLabel::_update_line_font(ItemFrame *p_frame, int p_line, const Ref<Font> &p_base_font, int p_base_font_size) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue