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 6a07f3c commit a0b668e
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 a0b668e

Please sign in to comment.