Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-01-23 08:15:01 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-23 08:15:01 +0300
commit6dfe6b4f196d20be24a0c71dcc90ed5569f9b565 (patch)
tree063f2abaa6793f5063f9afd74ef84f4ee3fbd5fb /source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c
parentbe24da0a984a503da8f0588fd302cbeff03c6951 (diff)
Fix T58199: Spin tool top bar settings don't apply
Diffstat (limited to 'source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c')
-rw-r--r--source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c b/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c
index 4ff999b9da3..f28a1e7587e 100644
--- a/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c
+++ b/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c
@@ -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;
}