diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-02 23:05:25 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-02 23:05:25 +0000 |
| commit | e41c40521367885d1433ba53bc57c265237c7480 (patch) | |
| tree | 1432178b719409c9ed3ed2905c3b2d1f7aebc65f /src | |
| parent | 093083ee75021504195b6481aac6375e358248d7 (diff) | |
Relayout player information after it changes. Should help with #1185.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/player_information.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/player_information.cc b/src/wx/player_information.cc index d5f529892..9c5684e74 100644 --- a/src/wx/player_information.cc +++ b/src/wx/player_information.cc @@ -159,4 +159,6 @@ PlayerInformation::triggered_update () checked_set (_decode_resolution, wxString::Format(_("Decode resolution: %dx%d"), decode.width, decode.height)); DCPOMATIC_ASSERT(r <= dcp_lines); + + _sizer->Layout (); } |
