From 0251e9eb01aafdc1ec5316178a11f0fd9fb7ddbc Mon Sep 17 00:00:00 2001 From: Kristupas Stumbrys Date: Sun, 28 May 2017 16:38:22 +0300 Subject: Fixing typo for rect_position in _change_notify call for Control --- scene/gui/control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scene/gui/control.cpp') diff --git a/scene/gui/control.cpp b/scene/gui/control.cpp index 1263dc91be..83fa20bee5 100644 --- a/scene/gui/control.cpp +++ b/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"); } -- cgit v1.2.3