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>2016-02-11 15:47:17 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-02-11 15:47:17 +0300
commit1e29849da02a092fbbcabca211bab7bd30dc0bf9 (patch)
tree89cb36a240832ab31aeda476febd196f8a2052df /source/blender/blenloader
parent10cc4ae35970c69c5446f306288b64f0eaa4c8c2 (diff)
Fix for cursor not being reset on file load
caused by 6081f6c3
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 2935b118c3a..17567ae840a 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -6064,7 +6064,7 @@ static void direct_link_windowmanager(FileData *fd, wmWindowManager *wm)
win->lastcursor = 0;
win->modalcursor = 0;
win->grabcursor = 0;
- win->addmousemove = 0;
+ win->addmousemove = true;
win->multisamples = 0;
win->stereo3d_format = newdataadr(fd, win->stereo3d_format);