Commit bf150e00 authored by Antoine Cellerier's avatar Antoine Cellerier

* fixed hue, contrast, gamma, brightness and saturation sliders

* added restore to default settings button (for those sliders)

parent 9c623237
This diff is collapsed.
...@@ -196,6 +196,7 @@ public: ...@@ -196,6 +196,7 @@ public:
vlc_bool_t b_extra; vlc_bool_t b_extra;
wxStaticBox *adjust_box; wxStaticBox *adjust_box;
wxButton *restoredefaults_button;
wxSlider *brightness_slider; wxSlider *brightness_slider;
wxSlider *contrast_slider; wxSlider *contrast_slider;
wxSlider *saturation_slider; wxSlider *saturation_slider;
...@@ -236,11 +237,8 @@ private: ...@@ -236,11 +237,8 @@ private:
void OnFastStream( wxCommandEvent& event ); void OnFastStream( wxCommandEvent& event );
void OnEnableAdjust( wxCommandEvent& event ); void OnEnableAdjust( wxCommandEvent& event );
void OnHueUpdate( wxScrollEvent& event ); void OnRestoreDefaults( wxCommandEvent& event);
void OnContrastUpdate( wxScrollEvent& event ); void OnAdjustUpdate( wxScrollEvent& event );
void OnBrightnessUpdate( wxScrollEvent& event );
void OnSaturationUpdate( wxScrollEvent& event );
void OnGammaUpdate( wxScrollEvent& event );
void OnRatio( wxCommandEvent& event ); void OnRatio( wxCommandEvent& event );
void OnEnableVisual( wxCommandEvent& event ); void OnEnableVisual( wxCommandEvent& event );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment