2
0
Эх сурвалжийг харах

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

Update min size on Label::set_text
Rémi Verschelde 4 жил өмнө
parent
commit
06a0d033a1
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      scene/gui/label.cpp

+ 1 - 0
scene/gui/label.cpp

@@ -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) {