You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
Revert "make Label consider spaces for visible_characters"
This reverts commit 695980a0f2.
Fixes #35668.
This commit is contained in:
@@ -232,7 +232,6 @@ void Label::_notification(int p_what) {
|
||||
return;
|
||||
}
|
||||
if (from->space_count) {
|
||||
chars_total += from->space_count;
|
||||
/* spacing */
|
||||
x_ofs += space_w * from->space_count;
|
||||
if (can_fill && align == ALIGN_FILL && spaces) {
|
||||
|
||||
Reference in New Issue
Block a user