1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Remember only permanent bottom tabs

This commit is contained in:
kobewi
2023-06-22 23:14:14 +02:00
parent fd31dc7f32
commit 5dde57e958
6 changed files with 10 additions and 8 deletions

View File

@@ -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);
EditorNode::get_singleton()->add_bottom_panel_item(TTR("Animation"), anim_editor, true);
}
AnimationPlayerEditorPlugin::~AnimationPlayerEditorPlugin() {