WM: increase hot-spot of 3D manipulators

Larger hot-spot was disabled for performance,
however without this - clicking on them is too difficult.
This commit is contained in:
Campbell Barton
2018-06-14 09:55:58 +02:00
parent ba2c10c1f7
commit 4ee97c9a1c

View File

@@ -542,9 +542,8 @@ static wmManipulator *manipulator_find_intersected_3d(
int hotspot_radii[] = {
3 * U.pixelsize,
#if 0 /* We may want to enable when selection doesn't run on mousemove! */
7 * U.pixelsize,
#endif
/* This runs on mouse move, careful doing too many tests! */
10 * U.pixelsize,
};
*r_part = 0;