Skip to content

fix smooth zooming calculations

Lukas K. requested to merge carrotIndustries/zathura:zoom-fix into develop

This fixes the smooth zoom issue introduce by girara 0.3.3. See also girara#8 (moved)

Using pow makes non-smooth smooth scroll events (dy=±1) behave identical to ZOOM_OUT/ZOOM_IN.

Merge request reports