aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/style_box_editor_plugin.cpp
diff options
context:
space:
mode:
authorFranklin Sobrinho2016-03-15 15:15:50 -0300
committerFranklin Sobrinho2016-03-15 15:15:50 -0300
commit4a0f835ece40db45f1705761cd492bd34e8c4630 (patch)
treed47ff360567b5e4d15b3b11107549dfe4ee5ce0f /tools/editor/plugins/style_box_editor_plugin.cpp
parentbe4d58e1203ae35dab97b14f08098f50998d4201 (diff)
downloadgodot-4a0f835ece40db45f1705761cd492bd34e8c4630.tar.gz
godot-4a0f835ece40db45f1705761cd492bd34e8c4630.tar.zst
godot-4a0f835ece40db45f1705761cd492bd34e8c4630.zip
Fix editors panels, of the bottom panel, not resizing in some cases
Diffstat (limited to 'tools/editor/plugins/style_box_editor_plugin.cpp')
-rw-r--r--tools/editor/plugins/style_box_editor_plugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/plugins/style_box_editor_plugin.cpp b/tools/editor/plugins/style_box_editor_plugin.cpp
index 3d7cf4135..f08d2a737 100644
--- a/tools/editor/plugins/style_box_editor_plugin.cpp
+++ b/tools/editor/plugins/style_box_editor_plugin.cpp
@@ -92,6 +92,7 @@ void StyleBoxEditorPlugin::make_visible(bool p_visible){
if (p_visible) {
button->show();
+ EditorNode::get_singleton()->make_bottom_panel_item_visible(stylebox_editor);
} else {
if (stylebox_editor->is_visible())