Skip to content

Commit b95617c

Browse files
author
wonder
committed
fixed documentation for zoomByFactor()
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10684 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 05d0e3d commit b95617c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/qgsmapcanvas.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ class GUI_EXPORT QgsMapCanvas : public QGraphicsView
220220
//! Zoom out with fixed factor
221221
void zoomOut( );
222222

223-
//! Zoom with the factor supplied. Factor > 1 zooms in
223+
//! Zoom with the factor supplied. Factor > 1 zooms out, interval (0,1) zooms in
224224
void zoomByFactor( double scaleFactor );
225225

226226
//! Zooms in/out with a given center

0 commit comments

Comments
 (0)