Selaa lähdekoodia

Fixing typo for rect_position in _change_notify call for Control

Kristupas Stumbrys 8 vuotta sitten
vanhempi
commit
0251e9eb01
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      scene/gui/control.cpp

+ 1 - 1
scene/gui/control.cpp

@@ -1352,7 +1352,7 @@ void Control::_change_notify_margins() {
 	_change_notify("margin_top");
 	_change_notify("margin_right");
 	_change_notify("margin_bottom");
-	_change_notify("rect_pos");
+	_change_notify("rect_position");
 	_change_notify("rect_size");
 }