#OTHER by stefan
authorStefan Vogel <sv@exept.de>
Wed, 20 Jul 2016 11:35:42 +0200
changeset 3314 a2f087b57f90
parent 3313 dc9f18489a12
child 3315 17b0d3a76b7c
#OTHER by stefan use #blackColor and #whiteColor form device instead of (Color black) and (Color white)
UIPainterView.st
--- a/UIPainterView.st	Wed Jul 20 11:35:04 2016 +0200
+++ b/UIPainterView.st	Wed Jul 20 11:35:42 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1995 by Claus Gittinger / eXept Software AG
 	      All Rights Reserved
@@ -2007,8 +2009,8 @@
     methodName        := 'windowSpec'.
     categoryName      := 'Applications'.
     HandCursor        := Cursor leftHand.
-    handleColorBlack  := Color black.
-    handleColorWhite  := Color white.
+    handleColorBlack  := self blackColor.
+    handleColorWhite  := self whiteColor.
     handleMasterColor := Color red.
 
     self backgroundColor: self class defaultViewBackgroundColor.