Skip to content

Commit 02b4f83

Browse files
committedAug 26, 2018
Initialize
1 parent bc3a0c0 commit 02b4f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/qgsmaptoolcapture.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ class GUI_EXPORT QgsMapToolCapture : public QgsMapToolAdvancedDigitizing
268268
QList< QgsGeometry::Error > mGeomErrors;
269269
QList< QgsVertexMarker * > mGeomErrorMarkers;
270270

271-
bool mCaptureModeFromLayer;
271+
bool mCaptureModeFromLayer = false;
272272

273273
std::unique_ptr<QgsSnapIndicator> mSnapIndicator;
274274

0 commit comments

Comments
 (0)
Please sign in to comment.