Issue 3054: apply color management to file browser view

This commit is contained in:
Anders Torger
2016-01-09 15:26:02 +01:00
parent ea926477e3
commit 955218e087
2 changed files with 1 additions and 5 deletions

View File

@@ -787,11 +787,6 @@ void ImProcCoordinator::updatePreviewImage (int todo, Crop* cropCall)
ipf.updateColorProfiles(params.icm, monitorProfile, monitorIntent);
}
// Update the monitor color transform if necessary
if (todo & M_MONITOR) {
ipf.updateColorProfiles(params.icm, monitorProfile, monitorIntent);
}
// process crop, if needed
for (size_t i = 0; i < crops.size(); i++)
if (crops[i]->hasListener () && cropCall != crops[i] ) {