X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fcontent_properties_dialog.cc;h=7fb0cccbab2e42962a281c685148bcb851a8bfeb;hp=feb2c6a4631a7b2bac65f0b7a50bbd2e23257166;hb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;hpb=f07d5125a7b609320682689abe40781f096ca25e 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 (); }