Fix layout bug where the stuff in the content panel would be completely
[dcpomatic.git] / src / wx / film_editor.cc
index ae0868f27f55f01bf2543e6307efda9639ace184..894d1d4bf1b3d0baf5c1218096e78e35ff0aac64 100644 (file)
@@ -156,3 +156,11 @@ FilmEditor::active_jobs_changed (optional<string> j)
 {
        set_general_sensitivity (!j);
 }
+
+
+void
+FilmEditor::first_shown ()
+{
+       _content_panel->first_shown ();
+}
+