mirror of
https://github.com/godotengine/godot.git
synced 2024-11-29 15:42:29 +00:00
Fixed Animation Keyframe inspector not displaying after moving key.
Fixed Animation Keyframe inspector not displaying after moving key.
This commit is contained in:
parent
cff89fc4e4
commit
87f8077a70
@ -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 New Issue
Block a user