# HG changeset patch # User Stefan Vogel # Date 1469007357 -7200 # Node ID 539e6058dba1b22c31bcba23a5d7be09d8e1f9a7 # Parent 76fbc27f111aa991cc0700f5086902710b53ad5b #OTHER by stefan use #blackColor and #whiteColor form device instead of (Color black) and (Color white) diff -r 76fbc27f111a -r 539e6058dba1 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