Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix #3399
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15013 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jan 10, 2011
1 parent a0a9272 commit b543c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsmapcanvas.cpp
Expand Up @@ -59,7 +59,7 @@ class QgsMapCanvas::CanvasProperties
{
public:

CanvasProperties() : panSelectorDown( false ) { }
CanvasProperties() : panSelectorDown( false ), mouseButtonDown( false ) { }

//!Flag to indicate status of mouse button
bool mouseButtonDown;
Expand Down

0 comments on commit b543c66

Please sign in to comment.