diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-26 13:09:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-26 13:09:44 +0100 |
| commit | 8484d278ec6905502bd1178cc58d8cb7b3c12df0 (patch) | |
| tree | 9467c07905be6a74f487989431424dce4b6d5435 /src/wx/text_panel.h | |
| parent | 31adaadc4957badc8ae458e2b5848ec550723c82 (diff) | |
Disable bits of TextPanel when we are making closed captions.
Diffstat (limited to 'src/wx/text_panel.h')
| -rw-r--r-- | src/wx/text_panel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/text_panel.h b/src/wx/text_panel.h index 86381e6ff..3d3483a46 100644 --- a/src/wx/text_panel.h +++ b/src/wx/text_panel.h @@ -49,6 +49,7 @@ private: void fonts_dialog_clicked (); void reference_clicked (); void appearance_dialog_clicked (); + TextType current_type () const; void setup_sensitivity (); |
