Skip to content

Commit

Permalink
Allow disabling parallel/perpendicular with the mouse
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaros authored and nyalldawson committed Apr 27, 2021
1 parent fcbb011 commit 3ecfd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsadvanceddigitizingdockwidget.cpp
Expand Up @@ -273,7 +273,7 @@ void QgsAdvancedDigitizingDockWidget::additionalConstraintClicked( bool activate
{
lockAdditionalConstraint( AdditionalConstraint::NoConstraint );
}
if ( sender() == mParallelAction )
else if ( sender() == mParallelAction )
{
lockAdditionalConstraint( AdditionalConstraint::Parallel );
}
Expand Down

0 comments on commit 3ecfd14

Please sign in to comment.