diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-12-17 16:01:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-12-17 16:01:32 +0000 |
| commit | b8883efc8d891ec634ba5587c2d3ca02c71b7cce (patch) | |
| tree | 44660c4bd9d68317a55399cb18a6f3b8854c0383 /src/wx/player_information.cc | |
| parent | 6abe10b28dbe3132ac329dad60befae5f40fbe69 (diff) | |
Add Close option to player.
Diffstat (limited to 'src/wx/player_information.cc')
| -rw-r--r-- | src/wx/player_information.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/player_information.cc b/src/wx/player_information.cc index 98d4ab81b..bab960730 100644 --- a/src/wx/player_information.cc +++ b/src/wx/player_information.cc @@ -90,6 +90,7 @@ PlayerInformation::triggered_update () for (int r = 1; r < dcp_lines; ++r) { checked_set (_dcp[r], wxT("")); } + checked_set (_decode_resolution, wxT("")); return; } |
