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:
authorJoshua Leung <aligorith@gmail.com>2009-01-26 07:13:38 +0300
committerJoshua Leung <aligorith@gmail.com>2009-01-26 07:13:38 +0300
commit784d8ee37a52f3ef689aa6d02e75e50566efe93f (patch)
treef5d898a69b7ea9b098a667a030ddaa66e3f531af /source/blender/editors/space_action/action_header.c
parent3d39996f0fb6dcde3ad91cf7556b8175b0effbd9 (diff)
2.5 DopeSheet/Action Editor
* Made the various datatypes in the DopeSheet get shown again (NOTE: some of the types that don't get conversions to Animato yet may need some further checking). * Did some code cleanup to allow F-Curve channels to always show RNA-based names correctly
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: