Skip to content

Commit 02b4f83

Browse files
committed
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

+1-1
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)