Skip to content

Commit

Permalink
Update canvas when switching between parallel and perpendicular
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaros authored and nyalldawson committed Apr 27, 2021
1 parent 4241cc5 commit fcbb011
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/qgsadvanceddigitizingdockwidget.cpp
Expand Up @@ -1107,6 +1107,9 @@ bool QgsAdvancedDigitizingDockWidget::filterKeyPress( QKeyEvent *e )
lockAdditionalConstraint( AdditionalConstraint::NoConstraint );
}
e->accept();

// run a fake map mouse event to update the paint item
emit pointChanged( mCadPointList.value( 0 ) );
}
break;
}
Expand Down

0 comments on commit fcbb011

Please sign in to comment.