Fix spin-gizmo not allowing click events to select vertices

This commit is contained in:
Campbell Barton 2021-04-19 17:18:52 +10:00
parent 9175911ffa
commit 0b903755a9
Notes: blender-bot 2023-02-14 06:37:09 +01:00
Referenced by commit 00b57136e4, Revert "Fix spin-gizmo not allowing click events to select vertices"
1 changed files with 1 additions and 0 deletions

View File

@ -468,6 +468,7 @@ void MESH_GGT_spin(struct wmGizmoGroupType *gzgt)
gzgt->poll = ED_gizmo_poll_or_unlink_delayed_from_tool;
gzgt->setup = gizmo_mesh_spin_init_setup;
gzgt->setup_keymap = WM_gizmogroup_setup_keymap_generic_maybe_drag;
gzgt->refresh = gizmo_mesh_spin_init_refresh;
gzgt->message_subscribe = gizmo_mesh_spin_init_message_subscribe;
gzgt->draw_prepare = gizmo_mesh_spin_init_draw_prepare;