#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 16 Feb 2017 12:39:03 +0100
changeset 7895 cd3eef1d2398
parent 7894 16136333fe33
child 7896 1d6d23765472
#DOCUMENTATION by cg class: Image comment/format in: #restored
Image.st
--- a/Image.st	Tue Feb 14 15:55:58 2017 +0100
+++ b/Image.st	Thu Feb 16 12:39:03 2017 +0100
@@ -12527,9 +12527,12 @@
 !
 
 restored
-    "flush device specifics after a snapin or binary restore"
+    "flush device specifics after a snapin or binary restore.
+     Also to flush any cached device forms, after drawing into the pixel store"
 
     self release
+
+    "Modified (comment): / 16-02-2017 / 12:36:26 / cg"
 ! !