- fix use of unitialized variable in v2d scrolling (mousewheel code)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user