Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
elpaso committed Sep 22, 2021
1 parent 46dbf8a commit 56b4176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/mesh/qgsmaptooleditmeshframe.cpp
Expand Up @@ -2219,7 +2219,7 @@ void QgsMapToolEditMeshFrame::forceByLineBySelectedFeature( QgsMapMouseEvent *e

try
{
rect = transform.transformBoundingBox( rect, QgsCoordinateTransform::ReverseTransform );
rect = transform.transformBoundingBox( rect, Qgis::TransformDirection::Reverse );
}
catch ( QgsCsException &exception )
{
Expand Down

0 comments on commit 56b4176

Please sign in to comment.