1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-04 19:21:46 +00:00

Fixing typo for rect_position in _change_notify call for Control

This commit is contained in:
Kristupas Stumbrys
2017-05-28 16:38:22 +03:00
parent ce8bf1592a
commit 0251e9eb01

View File

@@ -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");
}