#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 04 Nov 2016 16:00:24 +0100
changeset 7651 ad5c7f222b7c
parent 7650 5781e05a6a1d
child 7652 e139e73ee24e
#DOCUMENTATION by cg class: DeviceGraphicsContext comment/format in: #setGraphicsExposures:
DeviceGraphicsContext.st
--- a/DeviceGraphicsContext.st	Fri Nov 04 15:59:14 2016 +0100
+++ b/DeviceGraphicsContext.st	Fri Nov 04 16:00:24 2016 +0100
@@ -738,11 +738,11 @@
 !
 
 setGraphicsExposures:aBoolean
-    "want to if aBoolean is true - or dont want to be notified
+    "want to if aBoolean is true - or don't want to be notified
      of graphics exposures"
 
     gcId notNil ifTrue:[
-	device setGraphicsExposures:aBoolean in:gcId
+        device setGraphicsExposures:aBoolean in:gcId
     ]
 !