summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_player_editor_plugin.cpp
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2023-06-23 15:23:36 +0200
committerYuri Sizov <yuris@humnom.net>2023-06-23 15:23:36 +0200
commit8cfbc6bda295379f7c28a41f52cf89cb0d999a56 (patch)
treec9566f6c8c189357a600abf4f73af831293e26e5 /editor/plugins/animation_player_editor_plugin.cpp
parent9ab388c146895cfacf87d09d28c148e186f348b6 (diff)
downloadredot-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.cpp2
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() {