diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-11 21:02:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-11 21:02:11 +0100 |
| commit | 1900aff395ecace8bfa8bd367a2e0327f4d2736d (patch) | |
| tree | 7963af756ae157c401313abf691b8b2a900a7a93 /src/wx/timing_panel.h | |
| parent | 054fa39c2c9c4adf3219669e16e6fe6f44838694 (diff) | |
Fix timecode order in RTL languages (part of #2696).
Diffstat (limited to 'src/wx/timing_panel.h')
| -rw-r--r-- | src/wx/timing_panel.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/wx/timing_panel.h b/src/wx/timing_panel.h index 13e733be6..0757b3f17 100644 --- a/src/wx/timing_panel.h +++ b/src/wx/timing_panel.h @@ -50,10 +50,7 @@ private: FilmViewer& _viewer; - wxStaticText* _h_label; - wxStaticText* _m_label; - wxStaticText* _s_label; - wxStaticText* _f_label; + std::vector<wxStaticText*> _label; wxStaticText* _colon[3]; wxStaticText* _position_label; Timecode<dcpomatic::DCPTime>* _position; |
