소스 검색

Merge pull request #8972 from Kristonitas/master

Fixing typo for rect_position in _change_notify call for Control
Rémi Verschelde 8 년 전
부모
커밋
a100f01870
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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");
 }