Completing issue 1514: "Lab adjustements : CC curve and LC Hskin curve" + bugfix of the openIfNonlinear mechanism

This commit is contained in:
natureh
2012-08-16 13:53:17 +02:00
parent 88cf910c6d
commit 9c66911c99
32 changed files with 417 additions and 344 deletions

View File

@@ -311,8 +311,11 @@ void ToolPanelCoordinator::profileChange (const PartialProfile *nparams, rtengi
crop->trim(params, fw, fh);
// updating the GUI with updated values
for (unsigned int i=0; i<toolPanels.size(); i++)
for (unsigned int i=0; i<toolPanels.size(); i++) {
toolPanels[i]->read (params);
if (event==rtengine::EvPhotoLoaded || event==rtengine::EvProfileChanged)
toolPanels[i]->autoOpenCurve();
}
// start the IPC processing
if (filterRawRefresh) {