Skip to content

Commit f99fc62

Browse files
author
wonder
committed
pyqgis: another piece of code with missing binding :-/
git-svn-id: http://svn.osgeo.org/qgis/trunk@10327 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent cfc2f81 commit f99fc62

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)