diff options
Diffstat (limited to 'src/wx/film_editor.cc')
| -rw-r--r-- | src/wx/film_editor.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index c3f719172..c90122aff 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -846,6 +846,8 @@ FilmEditor::setup_visibility () (*i)->Show (c == STILL); } + _notebook->InvalidateBestSize (); + _film_sizer->Layout (); _film_sizer->SetSizeHints (_film_panel); _video_sizer->Layout (); @@ -856,6 +858,7 @@ FilmEditor::setup_visibility () _subtitle_sizer->SetSizeHints (_subtitle_panel); _notebook->Fit (); + Fit (); } void |
