- fix use of unitialized variable in v2d scrolling (mousewheel code)

This commit is contained in:
2004-03-29 13:50:21 +00:00
parent f3feb77918
commit 6d8c0dc72c

View File

@@ -1970,6 +1970,8 @@ int view2dmove(unsigned short event)
else return 0;
break;
}
mval[0]= mvalo[0]+1; // force redraw below
mval[1]= mvalo[1]+1;
}
else {
getmouseco_areawin(mval);