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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user