summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-02 23:05:25 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-02 23:05:25 +0000
commite41c40521367885d1433ba53bc57c265237c7480 (patch)
tree1432178b719409c9ed3ed2905c3b2d1f7aebc65f /src
parent093083ee75021504195b6481aac6375e358248d7 (diff)
Relayout player information after it changes. Should help with #1185.
Diffstat (limited to 'src')
-rw-r--r--src/wx/player_information.cc2
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 ();
}