Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix enum Qgis::TransformDirection::Reverse
  • Loading branch information
vcloarec authored and github-actions[bot] committed Dec 2, 2021
1 parent c9f035e commit a7ee669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsmaptoolselectionhandler.cpp
Expand Up @@ -268,7 +268,7 @@ void QgsMapToolSelectionHandler::selectPolygonPressEvent( QgsMapMouseEvent *e )

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

0 comments on commit a7ee669

Please sign in to comment.