Fix the rotation not updating in the inspector with Controls

This commit is contained in:
Johan Manuel 2016-07-21 00:26:36 +02:00
parent 79a7473cac
commit fc4ace3120

View file

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