Fix autowb issues, fixes #3690
This commit is contained in:
@@ -34,7 +34,7 @@ public:
|
||||
virtual void spotWBRequested (int size) {}
|
||||
};
|
||||
|
||||
class WhiteBalance : public ToolParamBlock, public AdjusterListener, public FoldableToolPanel
|
||||
class WhiteBalance : public ToolParamBlock, public AdjusterListener, public FoldableToolPanel, public rtengine::AutoWBListener
|
||||
{
|
||||
|
||||
enum WB_LabelType {
|
||||
@@ -114,6 +114,7 @@ public:
|
||||
wblistener = l;
|
||||
}
|
||||
void setWB (int temp, double green);
|
||||
void WBChanged (double temp, double green);
|
||||
|
||||
void setAdjusterBehavior (bool tempadd, bool greenadd, bool equaladd);
|
||||
void trimValues (rtengine::procparams::ProcParams* pp);
|
||||
|
Reference in New Issue
Block a user