updateCrop method

void updateCrop()

Update the minCrop and maxCrop with cacheMinCrop and cacheMaxCrop

Implementation

void updateCrop() {
  minCrop = cacheMinCrop;
  maxCrop = cacheMaxCrop;
}