mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
Set switch_on_hover to true for the remaining menus
This commit is contained in:
parent
9fc84061dd
commit
32b9b3159a
6 changed files with 6 additions and 0 deletions
|
|
@ -454,6 +454,7 @@ ParticlesEditor::ParticlesEditor() {
|
|||
particles_editor_hb = memnew(HBoxContainer);
|
||||
SpatialEditor::get_singleton()->add_control_to_menu_panel(particles_editor_hb);
|
||||
options = memnew(MenuButton);
|
||||
options->set_switch_on_hover(true);
|
||||
particles_editor_hb->add_child(options);
|
||||
particles_editor_hb->hide();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue