diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editor.c b/src/gui/editor.c index 75efc2f..8280e7c 100644 --- a/src/gui/editor.c +++ b/src/gui/editor.c @@ -900,7 +900,7 @@ static void on_editor_content_available(GStudyProject *project, GLoadedContent * g_signal_connect(content, "analyzed", G_CALLBACK(on_loaded_content_analyzed), project); - g_loaded_content_analyze(content, true); + g_loaded_content_analyze(content, true, true); } |