fix crash in clip graph view (possibly own fault)
This commit is contained in:
@@ -1108,6 +1108,7 @@ int initTransInfo(bContext *C, TransInfo *t, wmOperator *op, wmEvent *event)
|
||||
}
|
||||
else if (t->spacetype==SPACE_CLIP) {
|
||||
SpaceClip *sclip = sa->spacedata.first;
|
||||
t->view = &ar->v2d;
|
||||
|
||||
if (ED_space_clip_show_trackedit(sclip))
|
||||
t->options |= CTX_MOVIECLIP;
|
||||
|
||||
Reference in New Issue
Block a user