diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/film_editor.cc | 4 |
1 files changed, 4 insertions, 0 deletions
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<wxControl*>::iterator i = _still_controls.begin(); i != _still_controls.end(); ++i) { (*i)->Show (c == STILL); } + + _sizer->Layout (); } void |
