You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fix editors panels, of the bottom panel, not resizing in some cases
This commit is contained in:
@@ -1500,7 +1500,8 @@ bool AnimationPlayerEditorPlugin::handles(Object *p_object) const {
|
||||
void AnimationPlayerEditorPlugin::make_visible(bool p_visible) {
|
||||
|
||||
if (p_visible) {
|
||||
anim_editor->show();
|
||||
|
||||
editor->make_bottom_panel_item_visible(anim_editor);
|
||||
anim_editor->set_process(true);
|
||||
anim_editor->ensure_visibility();
|
||||
// editor->animation_panel_make_visible(true);
|
||||
|
||||
Reference in New Issue
Block a user