inserting mask keyframes wasn't redrawing with the dope sheet

This commit is contained in:
Campbell Barton
2012-09-24 00:37:14 +00:00
parent fc3e0ae297
commit b859d12340

View File

@@ -409,6 +409,7 @@ static void action_listener(ScrArea *sa, wmNotifier *wmn)
switch (wmn->data) {
case ND_DATA:
ED_area_tag_refresh(sa);
ED_area_tag_redraw(sa);
break;
default: /* just redrawing the view will do */
ED_area_tag_redraw(sa);