From: Carl Hetherington Date: Sat, 21 Jan 2023 21:29:12 +0000 (+0100) Subject: Cleanup: whitespace. X-Git-Tag: v2.16.45~18^2~7 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=051dbf3c6b1518326ed6605df724c94d6cbee344 Cleanup: whitespace. --- 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 (); }