Mercurial > hg > svcore
diff base/ZoomConstraint.h @ 1543:1f72a44f5638 zoom
More sensible limit
author | Chris Cannam |
---|---|
date | Fri, 28 Sep 2018 18:08:00 +0100 |
parents | 5360f7aba189 |
children | 05c3fbaec8ea |
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 }; } /**