mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-04 00:30:59 -05:00
fix warning
git-svn-id: http://svn.osgeo.org/qgis/trunk@15047 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
b09f49da21
commit
075d068034
@ -59,7 +59,7 @@ class QgsMapCanvas::CanvasProperties
|
||||
{
|
||||
public:
|
||||
|
||||
CanvasProperties() : panSelectorDown( false ), mouseButtonDown( false ) { }
|
||||
CanvasProperties() : mouseButtonDown( false ), panSelectorDown( false ) { }
|
||||
|
||||
//!Flag to indicate status of mouse button
|
||||
bool mouseButtonDown;
|
||||
|
Loading…
x
Reference in New Issue
Block a user