From 051dbf3c6b1518326ed6605df724c94d6cbee344 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 21 Jan 2023 22:29:12 +0100 Subject: [PATCH] Cleanup: whitespace. --- src/wx/text_panel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (); } -- 2.30.2