Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-09-24 04:37:14 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-09-24 04:37:14 +0400
commitb859d1234088e0916b8a920bc6178fbe117f8e65 (patch)
tree606dd8bd92a4cdb4c71a379754e02422548e6a08 /source/blender/editors/space_action/space_action.c
parentfc3e0ae2979e72409a52fc32a74e7323752df214 (diff)
inserting mask keyframes wasn't redrawing with the dope sheet
Diffstat (limited to 'source/blender/editors/space_action/space_action.c')
-rw-r--r--source/blender/editors/space_action/space_action.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_action/space_action.c b/source/blender/editors/space_action/space_action.c
index 1f641829e7e..92b6517cbd9 100644
--- a/source/blender/editors/space_action/space_action.c
+++ b/source/blender/editors/space_action/space_action.c
@@ -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);