Sync Animation editor with Inspector
This commit is contained in:
parent
e16e5012ca
commit
fe98a31743
1 changed files with 3 additions and 0 deletions
|
@ -3633,6 +3633,9 @@ void AnimationTrackEditor::_animation_update() {
|
|||
bezier_edit->update();
|
||||
|
||||
_update_step_spinbox();
|
||||
emit_signal("animation_step_changed", animation->get_step());
|
||||
emit_signal("animation_len_changed", animation->get_length());
|
||||
EditorNode::get_singleton()->get_inspector()->refresh();
|
||||
|
||||
animation_changing_awaiting_update = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue