diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-08-09 20:18:01 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-08-17 12:59:25 +0200 |
| commit | 1b01a029fa4fc5768c9d25c206157b8ab00f6edc (patch) | |
| tree | f6d41d1a0dbb72cd4b0d4010528015d4eed5cd14 /src/wx/text_panel.h | |
| parent | cd404bc33e755c1fc8b5f70e967286f8f1f2ebec (diff) | |
Use Choice rather than wxChoice for text type.
Diffstat (limited to 'src/wx/text_panel.h')
| -rw-r--r-- | src/wx/text_panel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/text_panel.h b/src/wx/text_panel.h index a2afba439..3c6e183dc 100644 --- a/src/wx/text_panel.h +++ b/src/wx/text_panel.h @@ -25,6 +25,7 @@ class CheckBox; +class Choice; class wxSpinCtrl; class LanguageTagWidget; class TextView; @@ -75,7 +76,7 @@ private: CheckBox* _outline_subtitles = nullptr; CheckBox* _use; - wxChoice* _type; + Choice* _type; CheckBox* _burn; wxStaticText* _offset_label; wxStaticText* _x_offset_label; |
