Skip to content

Commit e53cb6e

Browse files
committed
[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)
1 parent bd30588 commit e53cb6e

6 files changed

+685
-63
lines changed

images/images.qrc

+1
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@
581581
<file>themes/default/multieditChangedValues.svg</file>
582582
<file>themes/default/multieditMixedValues.svg</file>
583583
<file>themes/default/multieditSameValues.svg</file>
584+
<file>themes/default/locked_repeating.svg</file>
584585
</qresource>
585586
<qresource prefix="/images/tips">
586587
<file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>

0 commit comments

Comments
 (0)