summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--src/wx/film_editor.cc1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf835bbf6..d96a2dcd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-10-30 Carl Hetherington <cth@carlh.net>
+
+ * Fix mis-merge causing complete breakage
+ of the main window.
+
2014-10-28 Carl Hetherington <cth@carlh.net>
* Version 2.0.18 released.
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);
}