Browse Source

Fixed Animation Keyframe inspector not displaying after moving key.

Fixed Animation Keyframe inspector not displaying after moving key.
DualMatrix 6 years ago
parent
commit
87f8077a70
1 changed files with 2 additions and 0 deletions
  1. 2 0
      editor/animation_track_editor.cpp

+ 2 - 0
editor/animation_track_editor.cpp

@@ -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() {