more thorough update of required files (amending 1529c3eb6bac);
authorwenzelm
Sat, 05 Jun 2021 19:21:29 +0200
changeset 73812 90b64197bafd
parent 73811 f143d0a4cb6a
child 73813 11f611494766
more thorough update of required files (amending 1529c3eb6bac);
src/Tools/jEdit/src/isabelle.scala
--- a/src/Tools/jEdit/src/isabelle.scala	Sat Jun 05 12:57:52 2021 +0200
+++ b/src/Tools/jEdit/src/isabelle.scala	Sat Jun 05 19:21:29 2021 +0200
@@ -199,6 +199,7 @@
       if (continuous_checking != b) {
         PIDE.options.bool(CONTINUOUS_CHECKING) = b
         PIDE.session.update_options(PIDE.options.value)
+        PIDE.plugin.deps_changed()
       }
     }