Relayout player information after it changes. Should help with #1185.
authorCarl Hetherington <cth@carlh.net>
Fri, 2 Feb 2018 23:05:25 +0000 (23:05 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 2 Feb 2018 23:05:25 +0000 (23:05 +0000)
src/wx/player_information.cc

index d5f52989237c6372acc5da2d24d61d439effd33c..9c5684e74015ab534f65fe8014fe55f40abb81c8 100644 (file)
@@ -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 ();
 }