Fix for cursor not being reset on file load

caused by 6081f6c3
This commit is contained in:
Campbell Barton
2016-02-11 23:47:17 +11:00
parent 10cc4ae359
commit 1e29849da0

View File

@@ -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);