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:
authorCampbell Barton <ideasman42@gmail.com>2018-01-10 05:57:26 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-01-10 06:01:09 +0300
commit5ff33ecdf0ed319db2e589926a614f67738531a6 (patch)
tree75646e8ba2b3520716adb44e9fda7db84be84aa8 /source/blender/windowmanager/manipulators
parent5c3dc01f54703e844893e55230ebafb9e4bdcd18 (diff)
parentcacba951eaa266c7fc53cd25be6afc0fb7951425 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/windowmanager/manipulators')
-rw-r--r--source/blender/windowmanager/manipulators/intern/wm_manipulator_map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/manipulators/intern/wm_manipulator_map.c b/source/blender/windowmanager/manipulators/intern/wm_manipulator_map.c
index bf9b5b72c67..d051c93d892 100644
--- a/source/blender/windowmanager/manipulators/intern/wm_manipulator_map.c
+++ b/source/blender/windowmanager/manipulators/intern/wm_manipulator_map.c
@@ -906,7 +906,7 @@ void wm_manipulatormap_modal_set(
mmap->mmap_context.modal = mpr;
if ((mpr->flag & WM_MANIPULATOR_GRAB_CURSOR) &&
- (WM_event_is_absolute(event) == false))
+ (event->is_motion_absolute == false))
{
WM_cursor_grab_enable(win, true, true, NULL);
copy_v2_v2_int(mmap->mmap_context.event_xy, &event->x);