From: Carl Hetherington Date: Fri, 2 Feb 2018 23:05:25 +0000 (+0000) Subject: Relayout player information after it changes. Should help with #1185. X-Git-Tag: v2.11.48~9 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=e41c40521367885d1433ba53bc57c265237c7480;hp=093083ee75021504195b6481aac6375e358248d7;p=dcpomatic.git Relayout player information after it changes. Should help with #1185. --- 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 (); }