VDBStackApplication.st
changeset 164 364ebdd1d42c
parent 154 26937faa5a97
child 183 91a467093d63
equal deleted inserted replaced
163:05ff64275e04 164:364ebdd1d42c
   233 delayedUpdateAfterThreadStopped:thread 
   233 delayedUpdateAfterThreadStopped:thread 
   234     "/ It may happen that by te time we get here the thread is running
   234     "/ It may happen that by te time we get here the thread is running
   235     "/ again, so care for this.
   235     "/ again, so care for this.
   236 
   236 
   237     contentsValid ifFalse:[ 
   237     contentsValid ifFalse:[ 
   238         self enqueueUpdateAfterThreadStopped: thread.               
   238         self enqueueDelayedUpdateContents.
   239         ^ self
   239         ^ self
   240     ].
   240     ].
   241 
   241 
   242     thread isStopped ifTrue:[
   242     thread isStopped ifTrue:[
   243         |threadP framePs frameP|
   243         |threadP framePs frameP|
   252         ].
   252         ].
   253     ].
   253     ].
   254 
   254 
   255     "Created: / 22-09-2014 / 23:21:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   255     "Created: / 22-09-2014 / 23:21:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   256     "Modified: / 16-01-2018 / 20:22:04 / jv"
   256     "Modified: / 16-01-2018 / 20:22:04 / jv"
   257     "Modified: / 14-02-2019 / 16:53:19 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   257     "Modified: / 08-06-2019 / 07:35:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   258 !
   258 !
   259 
   259 
   260 delayedUpdateInternalList
   260 delayedUpdateInternalList
   261     | root  list |
   261     | root  list |
   262 
   262