summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-30 19:30:31 +0000
committerCarl Hetherington <cth@carlh.net>2014-10-30 19:30:31 +0000
commitfec5dfc39cd4239269ed0a6c9ef9f959edaf3c94 (patch)
tree852dca73f35c6c448be71a6d3b158b24344490f5 /src
parent8fd24ef30471043e0ceb9f8553c69278e3f1ff51 (diff)
Fix mis-merge.
Diffstat (limited to 'src')
-rw-r--r--src/wx/film_editor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc
index 881317f3a..b24cd0af4 100644
--- a/src/wx/film_editor.cc
+++ b/src/wx/film_editor.cc
@@ -89,6 +89,7 @@ FilmEditor::FilmEditor (wxWindow* parent)
);
set_film (shared_ptr<Film> ());
+ SetSizerAndFit (s);
}