diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-08-09 20:18:01 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-09-03 17:02:24 +0200 |
| commit | 5ed17cd197aa743922da18e2a5753f746d38122e (patch) | |
| tree | efff61b267358a2f76d72e8539469ba6a7974b57 /src/wx/text_panel.h | |
| parent | 54834e1d2c739708ce677d32a8c2a887f9cb55bf (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; |
