We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d0e3d commit b95617cCopy full SHA for b95617c
src/gui/qgsmapcanvas.h
@@ -220,7 +220,7 @@ class GUI_EXPORT QgsMapCanvas : public QGraphicsView
220
//! Zoom out with fixed factor
221
void zoomOut( );
222
223
- //! Zoom with the factor supplied. Factor > 1 zooms in
+ //! Zoom with the factor supplied. Factor > 1 zooms out, interval (0,1) zooms in
224
void zoomByFactor( double scaleFactor );
225
226
//! Zooms in/out with a given center
0 commit comments