- missing break statement caused middle mouse click to zoom one step,
only in text editmode
This commit is contained in:
@@ -586,6 +586,8 @@ void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
|
|||||||
else if((G.qual==0))
|
else if((G.qual==0))
|
||||||
viewmove(0);
|
viewmove(0);
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
case WHEELUPMOUSE:
|
case WHEELUPMOUSE:
|
||||||
/* Regular: Zoom in */
|
/* Regular: Zoom in */
|
||||||
/* Shift: Scroll up */
|
/* Shift: Scroll up */
|
||||||
|
|||||||
Reference in New Issue
Block a user