diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/text_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/text_panel.cc b/src/wx/text_panel.cc index 1d2c86631..95c422fd0 100644 --- a/src/wx/text_panel.cc +++ b/src/wx/text_panel.cc @@ -845,7 +845,7 @@ TextPanel::try_to_load_analysis () _parent->film(), content, _analysis_finished_connection, bind(&TextPanel::analysis_finished, this) ); return; - } + } update_outline_subtitles_in_viewer (); } |
