Skip to content

Commit b543c66

Browse files
author
jef
committed
fix #3399
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15013 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent a0a9272 commit b543c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/qgsmapcanvas.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class QgsMapCanvas::CanvasProperties
5959
{
6060
public:
6161

62-
CanvasProperties() : panSelectorDown( false ) { }
62+
CanvasProperties() : panSelectorDown( false ), mouseButtonDown( false ) { }
6363

6464
//!Flag to indicate status of mouse button
6565
bool mouseButtonDown;

0 commit comments

Comments
 (0)