MemoryMonitorView.st
branchjv
changeset 16748 62486fba2d74
parent 16256 65473fc50115
parent 16743 539e6058dba1
child 17136 cb908d2ba02e
--- a/MemoryMonitorView.st	Wed Jul 20 06:41:55 2016 +0200
+++ b/MemoryMonitorView.st	Thu Jul 21 07:04:01 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1991 by Claus Gittinger
 	      All Rights Reserved
@@ -643,7 +645,7 @@
         freeColor := Color grey:33.
         mallocColor := Color grey:50.
     ].
-    oldColor := Color white.
+    oldColor := self whiteColor.
 
     self model:self.
     self menu:#memoryMenu