Skip to content

Commit

Permalink
Also reset field precision
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaros authored and nyalldawson committed Sep 28, 2021
1 parent 5021407 commit 7824b3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/analysis/processing/qgsalgorithmmergevector.cpp
Expand Up @@ -157,6 +157,7 @@ QVariantMap QgsMergeVectorAlgorithm::processAlgorithm( const QVariantMap &parame
destField.setType( QVariant::String );
destField.setSubType( QVariant::Invalid );
destField.setLength( 0 );
destField.setPrecision( 0 );
}
break;
}
Expand Down

0 comments on commit 7824b3d

Please sign in to comment.