Mercurial > hg > svcore
changeset 1543:1f72a44f5638 zoom
More sensible limit
author | Chris Cannam |
---|---|
date | Fri, 28 Sep 2018 18:08:00 +0100 |
parents | 6415ac3becb6 |
children | ca43af0dcab7 |
files | base/ZoomConstraint.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/base/ZoomConstraint.h Fri Sep 28 18:06:05 2018 +0100 +++ b/base/ZoomConstraint.h Fri Sep 28 18:08:00 2018 +0100 @@ -65,7 +65,7 @@ * current window size, or in order to save on interpolation cost. */ virtual ZoomLevel getMinZoomLevel() const { - return { ZoomLevel::PixelsPerFrame, 16384 }; + return { ZoomLevel::PixelsPerFrame, 512 }; } /**