diff options
| author | Franklin Sobrinho | 2016-03-15 15:15:50 -0300 |
|---|---|---|
| committer | Franklin Sobrinho | 2016-03-15 15:15:50 -0300 |
| commit | 4a0f835ece40db45f1705761cd492bd34e8c4630 (patch) | |
| tree | d47ff360567b5e4d15b3b11107549dfe4ee5ce0f /tools/editor/plugins/style_box_editor_plugin.cpp | |
| parent | be4d58e1203ae35dab97b14f08098f50998d4201 (diff) | |
| download | godot-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.cpp | 1 |
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()) |
