X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ffilm_editor.cc;h=b24cd0af4b5ed58e4628fdd90b7015ac8338274a;hb=fec5dfc39cd4239269ed0a6c9ef9f959edaf3c94;hp=881317f3aa74cfd94128651a909a4c5ec79a5bdd;hpb=8fd24ef30471043e0ceb9f8553c69278e3f1ff51;p=dcpomatic.git diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index 881317f3a..b24cd0af4 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -89,6 +89,7 @@ FilmEditor::FilmEditor (wxWindow* parent) ); set_film (shared_ptr ()); + SetSizerAndFit (s); }