Changed raw border from spinbox to adjuster

This commit is contained in:
heckflosse
2018-06-28 14:49:07 +02:00
parent a3d932786e
commit 00cc9372d8
2 changed files with 21 additions and 20 deletions

View File

@@ -32,7 +32,7 @@ protected:
MyComboBoxText* method;
Gtk::HBox *imageNumberBox;
MySpinButton* border;
Adjuster* border;
MyComboBoxText* imageNumber;
Adjuster* ccSteps;
Gtk::VBox *dcbOptions;
@@ -61,7 +61,6 @@ protected:
int oldMethod;
IdleRegister idle_register;
sigc::connection borderconn;
rtengine::ProcEvent EvDemosaicBorder;
rtengine::ProcEvent EvDemosaicContrast;
@@ -84,7 +83,6 @@ public:
void pixelShiftMotionMethodChanged();
void pixelShiftDemosaicMethodChanged();
void FrameCountChanged(int n, int frameNum);
void borderChanged();
};
#endif