We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b65453 commit 3cdccf1Copy full SHA for 3cdccf1
1 file changed
src/main/HeadlessChildModel.scala
@@ -26,7 +26,7 @@ class HeadlessChildModel (parentWorkspace: AbstractWorkspace, path: String, mode
26
27
override def sendOutput(oo: OutputObject, toOutputArea: Boolean): Unit = {
28
frame.foreach { f => onEDT {
29
- new org.nlogo.window.Events.OutputEvent(false, oo, false, !toOutputArea).raise(f)
+ new org.nlogo.window.Events.OutputEvent(false, oo, false, !toOutputArea, System.currentTimeMillis).raise(f)
30
}}
31
}
32
0 commit comments