astyle modified code on dehaze

This commit is contained in:
Morgan Hardwood
2015-09-08 09:56:30 +02:00
parent 5d6f7080b7
commit d8945607d5
11 changed files with 81 additions and 70 deletions

View File

@@ -15,7 +15,7 @@
class Dehaz : public ToolParamBlock, public FoldableToolPanel, public rtengine::DehazListener, public CurveListener,
public AdjusterListener
{
protected:
@@ -42,10 +42,10 @@ protected:
double nextminT;
double nextmaxT;
double nextsigma;
Gtk::Label* mMLabels;
Gtk::Label* transLabels;
DiagonalCurveEditor* cdshape;
CurveEditorGroup* transmissionCurveEditorG;
sigc::connection dehazmetConn;