changeset 75847 | 93436389db1c |
parent 75728 | 3f64fdf75082 |
child 75849 | dfedac6525d4 |
--- a/src/Tools/jEdit/src/document_model.scala Sat Aug 13 16:24:14 2022 +0200 +++ b/src/Tools/jEdit/src/document_model.scala Sat Aug 13 17:18:45 2022 +0200 @@ -342,7 +342,7 @@ ): (Boolean, Document.Node.Perspective_Text) = { GUI_Thread.require {} - if (Isabelle.continuous_checking && is_theory) { + if (Isabelle.continuous_checking() && is_theory) { val snapshot = this.snapshot() val reparse = snapshot.node.load_commands_changed(doc_blobs)