When using the Move gizmo and selecting items, the gizmo will appear next to the cursor. If the user the drags inside the center circle, the effect is currently somewhat random and arbitrary. The item may move along an axis, or not at all, depending on what exact pixel is dragged on.
To make this more predicable, we should make it so that if the user drags from anywhere inside this circle, the result should //always// be the same: a freeform move. In other words, dragging inside the circle should override all other input.
{F5729018}