- missing break statement caused middle mouse click to zoom one step,

only in text editmode
This commit is contained in:
2003-10-29 22:53:09 +00:00
parent 5ab967a6e6
commit 2eaf0523cf

View File

@@ -586,6 +586,8 @@ void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
else if((G.qual==0))
viewmove(0);
}
break;
case WHEELUPMOUSE:
/* Regular: Zoom in */
/* Shift: Scroll up */