diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-20 00:09:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-20 00:09:58 +0100 |
| commit | 71cb2c8b03be7a246567631c637347d871c9c82d (patch) | |
| tree | e0aa51ebfd1027e20ee08aa40aec0d18536fdd4d /src/wx/video_panel.h | |
| parent | 11c54ca7ffb9f4b70dff6414b8da2099597b0d4d (diff) | |
Hopefully sensitivity is a bit tidier.
Diffstat (limited to 'src/wx/video_panel.h')
| -rw-r--r-- | src/wx/video_panel.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index a373f091e..4cc9cd79c 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -17,6 +17,7 @@ */ +#include "lib/film.h" #include "film_editor_panel.h" class wxChoice; @@ -29,10 +30,9 @@ class VideoPanel : public FilmEditorPanel public: VideoPanel (FilmEditor *); + void film_changed (Film::Property); void film_content_changed (boost::shared_ptr<Content>, int); - void setup_scaling_description (); - private: void left_crop_changed (wxCommandEvent &); void right_crop_changed (wxCommandEvent &); @@ -41,6 +41,8 @@ private: void edit_filters_clicked (wxCommandEvent &); void ratio_changed (wxCommandEvent &); + void setup_scaling_description (); + wxChoice* _ratio; wxStaticText* _ratio_description; wxStaticText* _scaling_description; |
