diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-02-10 16:49:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-02-10 16:49:35 +0100 |
| commit | 0e18e7acd23ef466cc14a8b2d9a19df4dd991ddc (patch) | |
| tree | d5c85736d7b9d95d51ac94f2a2e80285031597c7 /src | |
| parent | 5860273b39a34605f2e2ee09810beaa0496d2314 (diff) | |
Add missing call to get_offsets().
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/kdm_timing_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/kdm_timing_panel.cc b/src/wx/kdm_timing_panel.cc index 7759d3949..f4112cb08 100644 --- a/src/wx/kdm_timing_panel.cc +++ b/src/wx/kdm_timing_panel.cc @@ -122,7 +122,7 @@ KDMTimingPanel::KDMTimingPanel (wxWindow* parent) _warning->SetFont(font); /* Default to UTC */ - size_t sel = 0; + size_t sel = get_offsets(_offsets); for (size_t i = 0; i < _offsets.size(); ++i) { _utc_offset->add(_offsets[i].name); if (_offsets[i].hour == 0 && _offsets[i].minute == 0) { |
