Merge pull request #49795 from timothyqiu/label-min-size

Update min size on Label::set_text
This commit is contained in:
Rémi Verschelde 2021-06-21 19:09:56 +02:00 committed by GitHub
commit 06a0d033a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -453,6 +453,7 @@ void Label::set_text(const String &p_string) {
visible_chars = get_total_character_count() * percent_visible;
}
update();
minimum_size_changed();
}
void Label::set_text_direction(Control::TextDirection p_text_direction) {