From 2d656c1204798a3cfd3024940ea21f00312de535 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 26 Jul 2012 12:24:21 +0100 Subject: Couple more visibility fixes. --- src/wx/film_editor.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index 2c36a06ec..c6758271f 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -288,6 +288,8 @@ FilmEditor::content_changed (wxCommandEvent &) } _ignore_changes = false; + + setup_visibility (); } /** Called when the DCP A/B switch has been toggled */ @@ -622,6 +624,8 @@ FilmEditor::setup_visibility () for (list::iterator i = _still_controls.begin(); i != _still_controls.end(); ++i) { (*i)->Show (c == STILL); } + + _sizer->Layout (); } void -- cgit v1.2.3