Skip to content

Commit

Permalink
Merge pull request #57247 from bruvzg/rtl_ol_type1
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga authored Jan 26, 2022
2 parents 58324f4 + cf3d3a6 commit 1894f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scene/gui/rich_text_label.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3154,7 +3154,7 @@ void RichTextLabel::append_text(const String &p_bbcode) {
indent_level++;
push_list(indent_level, LIST_NUMBERS, false);
pos = brk_end + 1;
tag_stack.push_front(tag);
tag_stack.push_front("ol");
} else if (tag == "ol type=a") {
indent_level++;
push_list(indent_level, LIST_LETTERS, false);
Expand Down

0 comments on commit 1894f3f

Please sign in to comment.