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

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;