Fixed Auto Levels Clip malfunction issue 2104

This commit is contained in:
jdc
2013-12-16 17:27:07 +01:00
parent 489d6bfd83
commit aa15edd1e8
33 changed files with 399 additions and 149 deletions

View File

@@ -45,7 +45,7 @@
#include "resize.h"
#include "chmixer.h"
#include "blackwhite.h"
#include "hlrec.h"
//#include "hlrec.h"
#include "cacorrection.h"
#include "lensprofile.h"
#include "distortion.h"
@@ -97,7 +97,7 @@ class ToolPanelCoordinator : public ToolPanelListener,
Distortion* distortion;
PerspCorrection* perspective;
CACorrection* cacorrection;
HLRecovery* hlrecovery;
// HLRecovery* hlrecovery;
ColorAppearance* colorappearance;
Vibrance* vibrance;
ChMixer* chmixer;