1
0
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:
Franklin Sobrinho
2016-03-15 15:15:50 -03:00
parent be4d58e120
commit 4a0f835ece
3 changed files with 7 additions and 3 deletions

View File

@@ -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())