From 1e99bbf5062904095e5fb304271247eb78324016 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 13 Jul 2013 13:26:34 +0100 Subject: [PATCH] Fix initial display of things. --- src/wx/film_editor.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index 7e13261ae..7ef18165f 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -869,10 +869,10 @@ FilmEditor::set_film (shared_ptr f) if (!_film->content().empty ()) { set_selection (_film->content().front ()); - } else { - wxListEvent ev; - content_selection_changed (ev); } + + wxListEvent ev; + content_selection_changed (ev); } /** Updates the sensitivity of lots of widgets to a given value. -- 2.30.2