Skip to content

Commit

Permalink
fix #3399
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@15013 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jan 10, 2011
1 parent 47ae8b2 commit fb0e20e
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 fb0e20e

Please sign in to comment.