enable wrap cursor for transform. might want this disabled when the manipulator is used?

This commit is contained in:
2009-10-17 15:25:19 +00:00
parent d11888b470
commit bdafc20cff

View File

@@ -327,6 +327,7 @@ static int transform_invoke(bContext *C, wmOperator *op, wmEvent *event)
t->flag |= T_MODAL; // XXX meh maybe somewhere else
op->flag |= OP_GRAB_POINTER; // XXX maybe we want this with the manipulator only?
return OPERATOR_RUNNING_MODAL;
}
}