You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Set switch_on_hover to true for the remaining menus
This commit is contained in:
@@ -293,6 +293,7 @@ void MultiMeshEditor::_bind_methods() {
|
||||
MultiMeshEditor::MultiMeshEditor() {
|
||||
|
||||
options = memnew(MenuButton);
|
||||
options->set_switch_on_hover(true);
|
||||
SpatialEditor::get_singleton()->add_control_to_menu_panel(options);
|
||||
|
||||
options->set_text("MultiMesh");
|
||||
|
||||
Reference in New Issue
Block a user