New batch of "uninitialized values" bugfix. No issue.

This commit is contained in:
Hombrenatureh.510
2014-03-29 20:15:56 +01:00
parent 3dfc5fc943
commit 91dcdb5530
9 changed files with 95 additions and 157 deletions

View File

@@ -307,6 +307,10 @@ void Crop::update (int todo) {
if (cieCrop) delete cieCrop; cieCrop=NULL;
}
}
// all pipette buffer processing should be finished now
EditBuffer::setReady();
// switch back to rgb
parent->ipf.lab2monitorRgb (labnCrop, cropImg);