projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
979b06f
)
This fixes: [#23672] If frame offset is too high the strip jumps forward
author
Peter Schlaile <peter@schlaile.de>
Sat, 4 Sep 2010 20:55:31 +0000
(20:55 +0000)
committer
Peter Schlaile <peter@schlaile.de>
Sat, 4 Sep 2010 20:55:31 +0000
(20:55 +0000)
when you try to move it.
source/blender/editors/transform/transform.h
patch
|
blob
|
history
diff --git
a/source/blender/editors/transform/transform.h
b/source/blender/editors/transform/transform.h
index c1e62eb563c9d3848accebb3092ace39ed9b3c32..6cfe78a979da5183373457a406e5746482ca478e 100644
(file)
--- a/
source/blender/editors/transform/transform.h
+++ b/
source/blender/editors/transform/transform.h
@@
-166,7
+166,7
@@
typedef struct TransDataCurveHandleFlags {
typedef struct TransDataSeq {
struct Sequence *seq;
int flag; /* a copy of seq->flag that may be modified for nested strips */
-
shor
t start_offset; /* use this so we can have transform data at the strips start, but apply correctly to the start frame */
+
in
t start_offset; /* use this so we can have transform data at the strips start, but apply correctly to the start frame */
short sel_flag; /* one of SELECT, SEQ_LEFTSEL and SEQ_RIGHTSEL */
} TransDataSeq;