diff options
| author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2018-07-05 04:25:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-05 04:25:04 +0200 |
| commit | 9f82368d40f1948de708804645374ea02ca6e7db (patch) | |
| tree | 6da3d964c79bdd7c15ebd0e18fc4b998611845ed /editor/plugins/animation_player_editor_plugin.cpp | |
| parent | c488a74e0c9d56975d5b23e5bff5ca2341f80036 (diff) | |
| parent | 02181292b8976c4edf99fd7d74622423fc4da017 (diff) | |
| download | redot-engine-9f82368d40f1948de708804645374ea02ca6e7db.tar.gz | |
Merge pull request #19475 from YeldhamDev/animplayer_cosmetic
Minor changes to the AnimationPlayer editor
Diffstat (limited to 'editor/plugins/animation_player_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/animation_player_editor_plugin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/plugins/animation_player_editor_plugin.cpp b/editor/plugins/animation_player_editor_plugin.cpp index 7d4415ba9e..23eeef9f20 100644 --- a/editor/plugins/animation_player_editor_plugin.cpp +++ b/editor/plugins/animation_player_editor_plugin.cpp @@ -1697,6 +1697,8 @@ AnimationPlayerEditor::AnimationPlayerEditor(EditorNode *p_editor, AnimationPlay //tool_anim->get_popup()->add_separator(); //tool_anim->get_popup()->add_item("Edit Anim Resource",TOOL_PASTE_ANIM); + hb->add_child(memnew(VSeparator)); + track_editor = memnew(AnimationTrackEditor); hb->add_child(track_editor->get_edit_menu()); |
