Update new panels when they are created.
[dcpomatic.git] / src / wx / video_panel.cc
index 666c65bd4569945a5a48d5a9b6d58e7bb9375213..410ec4699acdf530e7ff1821dda5143fd7b46fce 100644 (file)
@@ -247,6 +247,8 @@ VideoPanel::VideoPanel (ContentPanel* p)
        _frame_type->wrapped()->Append (_("3D left only"));
        _frame_type->wrapped()->Append (_("3D right only"));
 
+       content_selection_changed ();
+
        _fade_in->Changed.connect (boost::bind (&VideoPanel::fade_in_changed, this));
        _fade_out->Changed.connect (boost::bind (&VideoPanel::fade_out_changed, this));