DefaultTool: Fix crash in move command when using arrow keys

Authored by danders on Mar 10 2017, 9:20 AM.

Description

DefaultTool: Fix crash in move command when using arrow keys

Since move command was reused (within 5 secs) it was possible to
change the selection and thus either move the wrong shapes or induce a crash.

Details