Fix #27846: time extend / E key not work in sequence editor.

This commit is contained in:
Brecht Van Lommel 2011-07-05 09:47:09 +00:00
parent 962c1606fc
commit 7950ac791b

@ -5530,7 +5530,7 @@ static void doAnimEdit_SnapFrame(TransInfo *t, TransData *td, TransData2D *td2d,
void initTimeTranslate(TransInfo *t)
{
/* this tool is only really available in the Action Editor... */
if (t->spacetype != SPACE_ACTION) {
if (!ELEM(t->spacetype, SPACE_ACTION, SPACE_SEQ)) {
t->state = TRANS_CANCEL;
}