Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pyqgis: another piece of code with missing binding :-/
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10327 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Mar 20, 2009
1 parent 8746954 commit 6f7e254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/gui/qgsmapcanvas.sip
Expand Up @@ -44,7 +44,7 @@ class QgsMapCanvas : QGraphicsView

public:

enum WheelAction { WheelZoom, WheelZoomAndRecenter, WheelNothing };
enum WheelAction { WheelZoom, WheelZoomAndRecenter, WheelZoomToMouseCursor, WheelNothing };

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

0 comments on commit 6f7e254

Please sign in to comment.