Ver Fonte

Merge pull request #5829 from 29jm/master

Fix the rotation not updating in the inspector with Controls
Rémi Verschelde há 9 anos atrás
pai
commit
40d78c2144
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      scene/gui/control.cpp

+ 1 - 0
scene/gui/control.cpp

@@ -2262,6 +2262,7 @@ void Control::set_rotation(float p_radians) {
 	data.rotation=p_radians;
 	data.rotation=p_radians;
 	update();
 	update();
 	_notify_transform();
 	_notify_transform();
+	_change_notify("rect/rotation");
 }
 }
 
 
 float Control::get_rotation() const{
 float Control::get_rotation() const{