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/header_seq.c
parented86852f7e90d9109959646f5819f2486c0dc03d (diff)
Added Panel support in Sequence window, and converted old Nkey menu for it.
Diffstat (limited to 'source/blender/src/header_seq.c')
-rw-r--r--source/blender/src/header_seq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/src/header_seq.c b/source/blender/src/header_seq.c
index a86cb4d4e4d..7aa981969ac 100644
--- a/source/blender/src/header_seq.c
+++ b/source/blender/src/header_seq.c
@@ -301,8 +301,8 @@ static void do_seq_editmenu(void *arg, int event)
case 3: /* Separate Meta Strip */
un_meta();
break;
- case 4: /* Meta Properties... */
- clever_numbuts_seq();
+ case 4: /* Properties... */
+ add_blockhandler(curarea, SEQ_HANDLER_PROPERTIES, UI_PNL_TO_MOUSE);
break;
case 5: /* Duplicate */
add_duplicate_seq();