Avoid unnecessary update to main preview when opening first detail window, fixes #4368

This commit is contained in:
heckflosse
2018-02-05 16:01:00 +01:00
parent 06fedfdac7
commit 1f42e5cdd4
4 changed files with 30 additions and 3 deletions

View File

@@ -505,8 +505,9 @@ void ImageArea::addCropWindow ()
mainCropWindow->setObservedCropWin (cropWins.front());
if(cropWins.size() == 1) { // after first detail window we already have high quality
if(!ipc->getHighQualComputed()) {
ipc->startProcessing(M_HIGHQUAL);
ipc->setHighQualComputed();
}
}