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/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index 364193c52e1..4c879b5a94e 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -1452,9 +1452,9 @@ void clever_numbuts(void)
else if(curarea->spacetype==SPACE_OOPS) {
clever_numbuts_oops();
}
-// else if(curarea->spacetype==SPACE_ACTION){
-// stupid_damn_numbuts_action();
-// }
+ else if(curarea->spacetype==SPACE_ACTION){
+ stupid_damn_numbuts_action();
+ }
else if(curarea->spacetype==SPACE_FILE) {
clever_numbuts_filesel();
}