From: Carl Worth Date: Thu, 7 Nov 2013 21:14:56 +0000 (-0800) Subject: acre-x: Fix zooming so that zoom-in and zoom-out use the same amounts X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=bacc5e501df0d3615dbe0aa8ef54b91ee3377b6e;hp=bacc5e501df0d3615dbe0aa8ef54b91ee3377b6e;p=acre acre-x: Fix zooming so that zoom-in and zoom-out use the same amounts The intent was always that one zoom-in followed by one zoom-out, (or vice versa) would lead to the original zoom level. But the zoom-out code had some incorrect arithmetic in it such that zooming out was much faster than zooming in. ---