diff options
author | Yuri Sizov <yuris@humnom.net> | 2023-06-23 15:23:36 +0200 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-06-23 15:23:36 +0200 |
commit | 8cfbc6bda295379f7c28a41f52cf89cb0d999a56 (patch) | |
tree | c9566f6c8c189357a600abf4f73af831293e26e5 /editor/plugins/animation_player_editor_plugin.cpp | |
parent | 9ab388c146895cfacf87d09d28c148e186f348b6 (diff) | |
download | redot-engine-8cfbc6bda295379f7c28a41f52cf89cb0d999a56.tar.gz |
Revert "Remember only permanent bottom tabs"
This reverts commit 5dde57e95827806101cede5d46391f2bd4b9150c.
Diffstat (limited to 'editor/plugins/animation_player_editor_plugin.cpp')
-rw-r--r-- | editor/plugins/animation_player_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/animation_player_editor_plugin.cpp b/editor/plugins/animation_player_editor_plugin.cpp index 7f79b6a893..1fdb1d4a6e 100644 --- a/editor/plugins/animation_player_editor_plugin.cpp +++ b/editor/plugins/animation_player_editor_plugin.cpp @@ -1998,7 +1998,7 @@ void AnimationPlayerEditorPlugin::make_visible(bool p_visible) { AnimationPlayerEditorPlugin::AnimationPlayerEditorPlugin() { anim_editor = memnew(AnimationPlayerEditor(this)); - EditorNode::get_singleton()->add_bottom_panel_item(TTR("Animation"), anim_editor, true); + EditorNode::get_singleton()->add_bottom_panel_item(TTR("Animation"), anim_editor); } AnimationPlayerEditorPlugin::~AnimationPlayerEditorPlugin() { |