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>2012-05-17 06:50:07 +0400
committerJoshua Leung <aligorith@gmail.com>2012-05-17 06:50:07 +0400
commit27f224f12abea85535309a311a169c773a0d9ba7 (patch)
tree913746f55f942ae91afb82789966628f13383924 /source/blender/makesrna/intern/rna_space.c
parent1b14c85e57e3ff5a21690b8881ee9f8f661dbdf3 (diff)
Nitpicky stuff
* Ensure "Base" is fully nullified before anyone uses it * Force channel flush when changing Action Editor modes
Diffstat (limited to 'source/blender/makesrna/intern/rna_space.c')
-rw-r--r--source/blender/makesrna/intern/rna_space.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c
index 5b5e3ac8c77..0e2fc6e8f11 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -890,6 +890,9 @@ static void rna_SpaceDopeSheetEditor_mode_update(Main *UNUSED(bmain), Scene *sce
else
saction->action = NULL;
}
+
+ /* recalculate extents of channel list */
+ saction->flag |= SACTION_TEMP_NEEDCHANSYNC;
}
/* Space Graph Editor */