X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_properties_dialog.cc;h=7fb0cccbab2e42962a281c685148bcb851a8bfeb;hb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;hp=feb2c6a4631a7b2bac65f0b7a50bbd2e23257166;hpb=0a93237cb5e4642d3b698ff9b7d0cfae5401478c;p=dcpomatic.git diff --git a/src/wx/content_properties_dialog.cc b/src/wx/content_properties_dialog.cc index feb2c6a46..7fb0cccba 100644 --- a/src/wx/content_properties_dialog.cc +++ b/src/wx/content_properties_dialog.cc @@ -54,7 +54,7 @@ ContentPropertiesDialog::ContentPropertiesDialog (wxWindow* parent, shared_ptr single = dynamic_pointer_cast (content); if (single) { add_property ( @@ -62,7 +62,7 @@ ContentPropertiesDialog::ContentPropertiesDialog (wxWindow* parent, shared_ptr (single->audio_stream()->channels ())) ); } - + layout (); }