From ef09aff61cdc4dc940a022c9e0c7c0ad9519780f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 20 Mar 2019 22:14:13 +1100 Subject: Preferences: add threshold for cursor motion A hard coded threshold was used to ignore cursor motion, make this a preference since tablet users may want to increase it since a pen hovering isn't as easy to keep still as a mouse. Resolves T56278 --- source/blender/makesdna/DNA_userdef_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_userdef_types.h') diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h index 1da28b4aa2d..d44b149d3fd 100644 --- a/source/blender/makesdna/DNA_userdef_types.h +++ b/source/blender/makesdna/DNA_userdef_types.h @@ -723,8 +723,8 @@ typedef struct UserDef { float gpencil_new_layer_col[4]; short tweak_threshold; + char move_threshold; char navigation_mode; - char _pad10; char font_path_ui[1024]; char font_path_ui_mono[1024]; -- cgit v1.2.3