Form.st
branchjv
changeset 7286 c3b4c3c664d4
parent 7244 9c77b73e65d8
parent 7260 5b9f9cbd2435
child 7287 1e2a3258dd8a
--- a/Form.st	Sun Apr 03 16:05:41 2016 +0100
+++ b/Form.st	Sun Apr 03 17:09:29 2016 +0100
@@ -1797,7 +1797,7 @@
             localColorMap := BlackAndWhiteColorMap.
         ].
     ].
-    self graphicsDevice notNil ifTrue:[
+    device notNil ifTrue:[
         gc createPixmapWidth:w height:h depth:d.
         realized := true.
     ].
@@ -1897,7 +1897,7 @@
         localColorMap := BlackAndWhiteColorMap.
     ].
 
-    self graphicsDevice notNil ifTrue:[
+    device notNil ifTrue:[
         gc createBitmapFromArray:bytes width:w height:h.
         realized := true.
     ].