Merge branch 'blender-v2.81-release'

This commit is contained in:
Campbell Barton 2019-11-08 19:18:51 +11:00
commit 7f17ac71e1
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;