Skip to content

Commit

Permalink
fixed documentation for zoomByFactor()
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@10684 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Apr 29, 2009
1 parent 2ac7ace commit d1a1664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsmapcanvas.h
Expand Up @@ -220,7 +220,7 @@ class GUI_EXPORT QgsMapCanvas : public QGraphicsView
//! Zoom out with fixed factor
void zoomOut( );

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

//! Zooms in/out with a given center
Expand Down

0 comments on commit d1a1664

Please sign in to comment.