UIPainterView.st
changeset 1201 c88c6cee0cca
parent 1191 32bb9f029ad2
child 1225 0aa39cc5f0a3
--- 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