Skip to content

Commit

Permalink
Merge pull request godotengine#67086 from timothyqiu/text-txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaosus authored Oct 8, 2022
2 parents bbac819 + 2a921cc commit 880a017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scene/gui/label.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void Label::_shape() {
for (int i = 0; i < TextServer::SPACING_MAX; i++) {
TS->shaped_text_set_spacing(text_rid, TextServer::SpacingType(i), font->get_spacing(TextServer::SpacingType(i)));
}
TS->shaped_text_set_bidi_override(text_rid, structured_text_parser(st_parser, st_args, text));
TS->shaped_text_set_bidi_override(text_rid, structured_text_parser(st_parser, st_args, txt));
dirty = false;
font_dirty = false;
lines_dirty = true;
Expand Down

0 comments on commit 880a017

Please sign in to comment.