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:
Diffstat (limited to 'source/blender/editors/space_action/action_header.c')
-rw-r--r--source/blender/editors/space_action/action_header.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_action/action_header.c b/source/blender/editors/space_action/action_header.c
index 30449ed0c30..2e8b34742b0 100644
--- a/source/blender/editors/space_action/action_header.c
+++ b/source/blender/editors/space_action/action_header.c
@@ -1539,7 +1539,7 @@ static void do_action_buttons(bContext *C, void *arg, int event)
{
switch(event) {
case B_REDR:
- ED_region_tag_redraw(CTX_wm_region(C));
+ ED_area_tag_redraw(CTX_wm_area(C));
break;
case B_ACTCOPYKEYS: