Solving issue 2290: "Enhanced look"
This commit is contained in:
@@ -29,13 +29,11 @@
|
||||
#include "colorprovider.h"
|
||||
|
||||
|
||||
class HSVEqualizer : public Gtk::VBox, public AdjusterListener, public FoldableToolPanel, public CurveListener, public ColorProvider
|
||||
class HSVEqualizer : public ToolParamBlock, public AdjusterListener, public FoldableToolPanel, public CurveListener, public ColorProvider
|
||||
{
|
||||
|
||||
protected:
|
||||
|
||||
Gtk::CheckButton * enabled;
|
||||
|
||||
CurveEditorGroup* curveEditorG;
|
||||
FlatCurveEditor* hshape;
|
||||
FlatCurveEditor* sshape;
|
||||
|
Reference in New Issue
Block a user