Fix part of T35600: Outliner did not update when renaming armature bone names.
This commit is contained in:
@@ -345,6 +345,7 @@ static void outliner_main_area_listener(bScreen *UNUSED(sc), ScrArea *UNUSED(sa)
|
|||||||
case NC_GEOM:
|
case NC_GEOM:
|
||||||
switch (wmn->data) {
|
switch (wmn->data) {
|
||||||
case ND_VERTEX_GROUP:
|
case ND_VERTEX_GROUP:
|
||||||
|
case ND_DATA:
|
||||||
ED_region_tag_redraw(ar);
|
ED_region_tag_redraw(ar);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user