2.5
Small fix: SHIFT+D caused transform to move with more precision, as if shiftkey was pressed.
This commit is contained in:
@@ -317,7 +317,7 @@ int handleMouseInput(TransInfo *t, MouseInput *mi, wmEvent *event)
|
||||
{
|
||||
case LEFTSHIFTKEY:
|
||||
case RIGHTSHIFTKEY:
|
||||
if (event->val)
|
||||
if (event->val==KM_PRESS)
|
||||
{
|
||||
t->modifiers |= MOD_PRECISION;
|
||||
/* shift is modifier for higher precision transform
|
||||
|
||||
Reference in New Issue
Block a user