Fix T58199: Spin tool top bar settings don't apply

This commit is contained in:
Campbell Barton 2019-01-23 16:15:01 +11:00
parent be24da0a98
commit 6dfe6b4f19
Notes: blender-bot 2023-02-14 04:54:20 +01:00
Referenced by issue #58199, Spin tool top bar settings don't apply
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ static void gizmo_mesh_spin_init_setup(const bContext *UNUSED(C), wmGizmoGroup *
WM_gizmo_set_scale(gz, scale_button);
gz->color[3] = 0.6f;
gz->flag |= WM_GIZMO_DRAW_OFFSET_SCALE;
gz->flag |= WM_GIZMO_DRAW_OFFSET_SCALE | WM_GIZMO_OPERATOR_TOOL_INIT;
ggd->gizmos.icon_button[i][j] = gz;
}