#OTHER by stefan
authorStefan Vogel <sv@exept.de>
Wed, 20 Jul 2016 11:35:57 +0200
changeset 16743 539e6058dba1
parent 16742 76fbc27f111a
child 16744 072de442c2fa
#OTHER by stefan use #blackColor and #whiteColor form device instead of (Color black) and (Color white)
MemoryMonitorView.st
--- a/MemoryMonitorView.st	Wed Jul 20 11:35:36 2016 +0200
+++ b/MemoryMonitorView.st	Wed Jul 20 11:35:57 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