more thorough update request: semantic state of command may have changed elsewise;
authorwenzelm
Mon, 07 Dec 2015 15:20:06 +0100
changeset 61802 1d81de0bddc4
parent 61801 fa8d1cdf6518
child 61803 ba051060d46b
child 61804 67381557cee8
more thorough update request: semantic state of command may have changed elsewise;
src/Tools/jEdit/src/isabelle.scala
--- a/src/Tools/jEdit/src/isabelle.scala	Mon Dec 07 15:18:05 2015 +0100
+++ b/src/Tools/jEdit/src/isabelle.scala	Mon Dec 07 15:20:06 2015 +0100
@@ -207,7 +207,7 @@
   /* update state */
 
   def update_state(view: View): Unit =
-    state_dockable(view).foreach(_.update())
+    state_dockable(view).foreach(_.update_request())
 
 
   /* ML statistics */