Fix Embedded Game over expanded bottom panel - Simple version
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user