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:
authorTon Roosendaal <ton@blender.org>2004-06-17 00:25:56 +0400
committerTon Roosendaal <ton@blender.org>2004-06-17 00:25:56 +0400
commitb106d1b8b666c03abd74dc6901fa4966336e3dff (patch)
treea8b95d82024cc46fb1afe32ce1dc58679e440694 /source/blender/src/toets.c
parented86852f7e90d9109959646f5819f2486c0dc03d (diff)
Added Panel support in Sequence window, and converted old Nkey menu for it.
Diffstat (limited to 'source/blender/src/toets.c')
-rw-r--r--source/blender/src/toets.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/toets.c b/source/blender/src/toets.c
index 0d5498a9efd..1e41d6b0024 100644
--- a/source/blender/src/toets.c
+++ b/source/blender/src/toets.c
@@ -814,6 +814,7 @@ int blenderqread(unsigned short event, short val)
else if(curarea->spacetype==SPACE_IMAGE); // is new panel, in ipo queue
else if(curarea->spacetype==SPACE_ACTION); // is own queue
else if(curarea->spacetype==SPACE_NLA); // is new panel
+ else if(curarea->spacetype==SPACE_SEQ); // is new panel
else {
clever_numbuts();
return 0;