Skip to content
Permalink
Browse files
[FEATURE][cad] Implement "repeating" locking mode for constraints
When enabled, repeating locks are not automatically cleared when
a new point is added. They are handy when the same constraint
must be repeated for multiple points (eg adding vertices
which are always 50 meters apart)

(fix #12605)
  • Loading branch information
nyalldawson committed May 2, 2016
1 parent bd30588 commit e53cb6e
Show file tree
Hide file tree
Showing 6 changed files with 685 additions and 63 deletions.
@@ -581,6 +581,7 @@
<file>themes/default/multieditChangedValues.svg</file>
<file>themes/default/multieditMixedValues.svg</file>
<file>themes/default/multieditSameValues.svg</file>
<file>themes/default/locked_repeating.svg</file>
</qresource>
<qresource prefix="/images/tips">
<file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>

0 comments on commit e53cb6e

Please sign in to comment.