Fix T66124: Gizmo orientation doesn't refresh when making face

This commit is contained in:
Campbell Barton 2019-11-08 19:17:27 +11:00
parent 73b9e86b49
commit 326b25ae8e
Notes: blender-bot 2023-02-14 06:49:54 +01:00
Referenced by issue #66124, Gizmo orientation does not refresh when making face
1 changed files with 3 additions and 0 deletions

View File

@ -795,6 +795,9 @@ static void view3d_main_region_listener(
ATTR_FALLTHROUGH;
}
case ND_DATA:
ED_region_tag_redraw(ar);
WM_gizmomap_tag_refresh(gzmap);
break;
case ND_VERTEX_GROUP:
ED_region_tag_redraw(ar);
break;