Correct task ID in 00b57136e4

This commit is contained in:
Campbell Barton 2021-08-03 18:06:42 +10:00
parent b54e741a8b
commit d6e97a53ab
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,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;
/* This works well with right click selection but overrides left-mouse selection
* when clicking which is needed to create a full 360 degree revolution, see: T86030. */
* when clicking which is needed to create a full 360 degree revolution, see: T89912. */
// 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;