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

AcceptDialog: fix child w/ ANCHOR_END sized wrong until resized

Poommetee Ketson 8 жил өмнө
parent
commit
b5b4abb56d
1 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  1. 3 0
      scene/gui/dialogs.cpp

+ 3 - 0
scene/gui/dialogs.cpp

@@ -357,6 +357,9 @@ void AcceptDialog::_notification(int p_what) {
 	if (p_what == NOTIFICATION_MODAL_CLOSE) {
 
 		cancel_pressed();
+	} else if (p_what == NOTIFICATION_READY) {
+
+		_update_child_rects();
 	} else if (p_what == NOTIFICATION_RESIZED) {
 
 		_update_child_rects();