Merge pull request #22849 from DualMatrix/update_key_edit
Fixed Animation Keyframe inspector not displaying after moving key.
This commit is contained in:
commit
e1f4e60a42
1 changed files with 2 additions and 0 deletions
|
@ -4086,6 +4086,8 @@ void AnimationTrackEditor::_move_selection_commit() {
|
|||
for (int i = 0; i < track_edits.size(); i++) {
|
||||
track_edits[i]->update();
|
||||
}
|
||||
|
||||
_update_key_edit();
|
||||
}
|
||||
void AnimationTrackEditor::_move_selection_cancel() {
|
||||
|
||||
|
|
Loading…
Reference in a new issue