#on: -> #onDevice:
authorClaus Gittinger <cg@exept.de>
Wed, 18 Aug 1999 16:30:19 +0200
changeset 1201 c88c6cee0cca
parent 1200 3d1b5aceaa49
child 1202 439c86e2dd82
#on: -> #onDevice:
UIPainterView.st
--- a/UIPainterView.st	Mon Aug 02 12:56:48 1999 +0200
+++ b/UIPainterView.st	Wed Aug 18 16:30:19 1999 +0200
@@ -1229,8 +1229,8 @@
     "
     super create.
 
-    handleColor       := handleColor on:device.
-    handleMasterColor := handleMasterColor on:device.
+    handleColor       := handleColor onDevice:device.
+    handleMasterColor := handleMasterColor onDevice:device.
 !
 
 initialize