Fix Embedded Game over expanded bottom panel - Simple version

This commit is contained in:
Hilderin
2025-02-17 18:14:41 -05:00
parent 93d2706930
commit 136c4c64a0
3 changed files with 8 additions and 0 deletions

View File

@ -293,6 +293,10 @@ void EditorBottomPanel::toggle_last_opened_bottom_panel() {
}
}
void EditorBottomPanel::set_expanded(bool p_expanded) {
expand_button->set_pressed(p_expanded);
}
EditorBottomPanel::EditorBottomPanel() {
item_vbox = memnew(VBoxContainer);
add_child(item_vbox);