Skip to content

Commit

Permalink
More responsive cancelation in raster layer unique stats algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson authored and github-actions[bot] committed Dec 7, 2022
1 parent 40de4e0 commit 3343f7e
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -159,6 +159,8 @@ QVariantMap QgsRasterLayerUniqueValuesReportAlgorithm::processAlgorithm( const Q
}
}
}
if ( feedback->isCanceled() )
break;
}

QMap< double, qgssize > sortedUniqueValues;
Expand Down

0 comments on commit 3343f7e

Please sign in to comment.