Skip to content

Commit

Permalink
Reset rubberband after digitizing a new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jul 19, 2016
1 parent 6cdb273 commit 4a31647
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qml/qgismobileapp.qml
Expand Up @@ -333,6 +333,7 @@ Rectangle {
digitizingFeature.resetAttributes();
overlayFeatureForm.visible = true;
overlayFeatureForm.state = "Add"
digitizingRubberband.model.reset()
}
else
{
Expand Down

0 comments on commit 4a31647

Please sign in to comment.