new enhancement to mip management

This commit is contained in:
Desmis
2017-09-19 20:34:57 +02:00
parent d7d5f1dc39
commit 14ff0b92a0

View File

@@ -1078,7 +1078,13 @@ void ImProcCoordinator::updatePreviewImage (int todo, Crop* cropCall)
int realspot = params.locallab.nbspot;
if (realspot >= maxspot) {
params.locallab.nbspot = realspot = 1;
}
std::string inser;
dataspot = new int*[maxdata];//67
for (int i = 0; i < maxdata; i++) {