ProcessMonitorV2.st
changeset 18577 677b8bf5eb85
parent 18510 ed8ac4d47eb1
child 18580 50b05e10f8d7
--- a/ProcessMonitorV2.st	Mon Feb 04 17:10:26 2019 +0100
+++ b/ProcessMonitorV2.st	Mon Feb 04 17:15:11 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2003 by eXept Software AG
 	      All Rights Reserved
@@ -4063,6 +4065,12 @@
     ].
 "/            Transcript showCR:'oldSelection on set in updateTable: ', (oldSelection isEmptyOrNil ifTrue:['nil'] ifFalse:[oldSelection first printString]).
     self changeSelectionToProcesses:oldSelection.
+!
+
+updateView
+    self updateList
+
+    "Created: / 04-02-2019 / 17:13:47 / Claus Gittinger"
 ! !
 
 !ProcessMonitorV2::ProcessItem methodsFor:'accessing'!