VDBThreadGroupPresenter.st
changeset 34 cda31dfd5386
parent 31 00f6de198c7f
child 38 9b861cb882c8
--- a/VDBThreadGroupPresenter.st	Tue Sep 30 09:52:57 2014 +0100
+++ b/VDBThreadGroupPresenter.st	Tue Sep 30 09:55:03 2014 +0100
@@ -12,10 +12,11 @@
 icon
     threadGroup isRunning ifTrue:[ ^ VDBIconLibrary threadGroupRunning16x16 ].
     threadGroup isStopped ifTrue:[ ^ VDBIconLibrary threadGroupStopped16x16 ].
+    threadGroup isDead    ifTrue:[ ^ VDBIconLibrary threadGroupTerminated16x16 ].
     ^ nil
 
     "Created: / 22-09-2014 / 22:13:03 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 30-09-2014 / 00:31:00 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 30-09-2014 / 00:55:06 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 label