]> git.cworth.org Git - acre/commit
acre-x: Fix zooming so that zoom-in and zoom-out use the same amounts
authorCarl Worth <cworth@cworth.org>
Thu, 7 Nov 2013 21:14:56 +0000 (13:14 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 7 Nov 2013 21:14:56 +0000 (13:14 -0800)
commitbacc5e501df0d3615dbe0aa8ef54b91ee3377b6e
treebb78c558889c44c68e215a38f6d64206a511a436
parentfdff840db02a5d403e1423b070fd43cbbc52a07c
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.
acre-x.c