Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2011-03-03 02:40:32 +0300
committerJoshua Leung <aligorith@gmail.com>2011-03-03 02:40:32 +0300
commit5e758355245b2274ff26c15a28909f3292dfa06c (patch)
tree9545cb2cb22d88fd4bb2cb11f4a647e69c6374b3 /source/blender/editors/animation/anim_markers.c
parenta19e9177826312d8ab60d73dd61347042cb68a41 (diff)
Shrinking the marker mouse-y tolerance again. It was a bit too high,
making normal transforms get caught too often. I've got a few more methods that I'll be trialling in the near future
Diffstat (limited to 'source/blender/editors/animation/anim_markers.c')
-rw-r--r--source/blender/editors/animation/anim_markers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/animation/anim_markers.c b/source/blender/editors/animation/anim_markers.c
index c5654e2b1a4..44ad8368063 100644
--- a/source/blender/editors/animation/anim_markers.c
+++ b/source/blender/editors/animation/anim_markers.c
@@ -414,7 +414,7 @@ void draw_markers_time(const bContext *C, int flag)
*/
/* maximum y-axis value (in region screen-space) that marker events should still be accepted for */
-#define ANIMEDIT_MARKER_YAXIS_MAX 40
+#define ANIMEDIT_MARKER_YAXIS_MAX 30
/* ------------------------ */