diff -r dc9f18489a12 -r a2f087b57f90 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.