Flush output when updating display.
authorStefan Vogel <sv@exept.de>
Thu, 21 Dec 1995 17:47:58 +0100
changeset 314 728eab568865
parent 313 c143d37be2e9
child 315 8a86faf847d1
Flush output when updating display.
ProcMonitor.st
ProcessMonitor.st
--- a/ProcMonitor.st	Wed Dec 20 15:32:54 1995 +0100
+++ b/ProcMonitor.st	Thu Dec 21 17:47:58 1995 +0100
@@ -301,7 +301,8 @@
             "the first two entries cannot be selected"
             listView attributeAt:1 put:#disabled.
             listView attributeAt:2 put:#disabled.
-        ]
+        ].
+	listView flush
     ].
     updateBlock notNil ifTrue:[
         Processor removeTimedBlock:updateBlock.
@@ -604,4 +605,4 @@
 !ProcessMonitor class methodsFor:'documentation'!
 
 version
-^ '$Header: /cvs/stx/stx/libtool/Attic/ProcMonitor.st,v 1.26 1995-11-24 20:51:16 cg Exp $'! !
+^ '$Header: /cvs/stx/stx/libtool/Attic/ProcMonitor.st,v 1.27 1995-12-21 16:47:58 stefan Exp $'! !
--- a/ProcessMonitor.st	Wed Dec 20 15:32:54 1995 +0100
+++ b/ProcessMonitor.st	Thu Dec 21 17:47:58 1995 +0100
@@ -301,7 +301,8 @@
             "the first two entries cannot be selected"
             listView attributeAt:1 put:#disabled.
             listView attributeAt:2 put:#disabled.
-        ]
+        ].
+	listView flush
     ].
     updateBlock notNil ifTrue:[
         Processor removeTimedBlock:updateBlock.
@@ -604,4 +605,4 @@
 !ProcessMonitor class methodsFor:'documentation'!
 
 version
-^ '$Header: /cvs/stx/stx/libtool/ProcessMonitor.st,v 1.26 1995-11-24 20:51:16 cg Exp $'! !
+^ '$Header: /cvs/stx/stx/libtool/ProcessMonitor.st,v 1.27 1995-12-21 16:47:58 stefan Exp $'! !