mirror of
https://github.com/godotengine/godot.git
synced 2024-11-11 14:43:44 +00:00
parent
f2d6a4bf84
commit
cec21ab82c
@ -188,7 +188,7 @@ int RichTextLabel::_process_line(ItemFrame *p_frame, const Vector2 &p_ofs, int &
|
||||
wofs += line_ofs;
|
||||
}
|
||||
|
||||
int begin = wofs;
|
||||
int begin = margin;
|
||||
|
||||
Ref<Font> cfont = _find_font(it);
|
||||
if (cfont.is_null()) {
|
||||
|
Loading…
Reference in New Issue
Block a user