Fix part of T35600: Outliner did not update when renaming armature bone names.

This commit is contained in:
Bastien Montagne
2014-05-19 22:37:35 +02:00
parent 0d9e6a736a
commit 295bc1249a

View File

@@ -345,6 +345,7 @@ static void outliner_main_area_listener(bScreen *UNUSED(sc), ScrArea *UNUSED(sa)
case NC_GEOM:
switch (wmn->data) {
case ND_VERTEX_GROUP:
case ND_DATA:
ED_region_tag_redraw(ar);
break;
}