Skip to content

Commit 6f7e254

Browse files
author
wonder
committedMar 20, 2009
pyqgis: another piece of code with missing binding :-/
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10327 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/gui/qgsmapcanvas.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class QgsMapCanvas : QGraphicsView
4444

4545
public:
4646

47-
enum WheelAction { WheelZoom, WheelZoomAndRecenter, WheelNothing };
47+
enum WheelAction { WheelZoom, WheelZoomAndRecenter, WheelZoomToMouseCursor, WheelNothing };
4848

4949
//! Constructor
5050
QgsMapCanvas(QWidget * parent /TransferThis/ = 0, const char *name = 0);

0 commit comments

Comments
 (0)
Please sign in to comment.