From 41326781d2abc5877436118b5e23a5bc759cce4c Mon Sep 17 00:00:00 2001 From: Franklin Sobrinho Date: Tue, 15 Mar 2016 15:15:50 -0300 Subject: Fix editors panels, of the bottom panel, not resizing in some cases (cherry picked from commit 4a0f835ece40db45f1705761cd492bd34e8c4630) --- tools/editor/plugins/animation_player_editor_plugin.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/editor/plugins/animation_player_editor_plugin.cpp') diff --git a/tools/editor/plugins/animation_player_editor_plugin.cpp b/tools/editor/plugins/animation_player_editor_plugin.cpp index 0b06aab44..67f730f30 100644 --- a/tools/editor/plugins/animation_player_editor_plugin.cpp +++ b/tools/editor/plugins/animation_player_editor_plugin.cpp @@ -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); -- cgit v1.2.3-70-g09d2