diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-12-22 17:02:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-28 02:01:58 +0100 |
| commit | 1889bd28b5e5fcef7607b26f184ceba3f3076b2c (patch) | |
| tree | f659b81b5eac00138c035fb2f8621ac7aa882b2c /src/wx/film_editor.h | |
| parent | e9285246f543248eec88627ce61a3ccafd6f3ac2 (diff) | |
Remember whether Content or DCP is selected in a new ui.xml state file.
Diffstat (limited to 'src/wx/film_editor.h')
| -rw-r--r-- | src/wx/film_editor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h index 75a09ba02..54d639ef5 100644 --- a/src/wx/film_editor.h +++ b/src/wx/film_editor.h @@ -36,6 +36,7 @@ class ContentPanel; class DCPPanel; class Film; class FilmViewer; +class wxBookCtrlEvent; class wxNotebook; @@ -71,6 +72,9 @@ private: void set_general_sensitivity (bool); void active_jobs_changed (boost::optional<std::string>); + void page_changed(wxBookCtrlEvent& ev); + + wxNotebook* _notebook; ContentPanel* _content_panel; DCPPanel* _dcp_panel; |
