changeset 160:abaf3d7195ce

* experiment with finer zoom level changes when using h thumbwheel
author Chris Cannam
date Tue, 22 Aug 2006 14:18:28 +0000
parents e5879045d22b
children 735556300e10
files base/ZoomConstraint.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/base/ZoomConstraint.h	Wed Aug 16 14:59:09 2006 +0000
+++ b/base/ZoomConstraint.h	Tue Aug 22 14:18:28 2006 +0000
@@ -56,6 +56,9 @@
 	else return requestedBlockSize;
     }
 
+    /**
+     * Return the maximum zoom level within range for this constraint.
+     */
     virtual size_t getMaxZoomLevel() const { return 262144; }
 };