DeviceGraphicsContext.st
changeset 7851 002470b149b2
parent 7799 68deff7c0fd9
child 7882 8b2d2f3f247d
equal deleted inserted replaced
7850:c188cc810a59 7851:002470b149b2
  1063 !DeviceGraphicsContext methodsFor:'copying'!
  1063 !DeviceGraphicsContext methodsFor:'copying'!
  1064 
  1064 
  1065 postCopy
  1065 postCopy
  1066     "this may not be enough to allow copying of views ..."
  1066     "this may not be enough to allow copying of views ..."
  1067 
  1067 
  1068     super postCopy.
  1068     <modifier: #super> "must be called if redefined"
       
  1069 
       
  1070     "/ super postCopy.
  1069     device := drawableId := gcId := nil.
  1071     device := drawableId := gcId := nil.
  1070     self recreate
  1072     self recreate
       
  1073 
       
  1074     "Modified: / 08-02-2017 / 01:07:46 / cg"
  1071 !
  1075 !
  1072 
  1076 
  1073 postDeepCopy
  1077 postDeepCopy
  1074     device := drawableId := gcId := nil.
  1078     device := drawableId := gcId := nil.
  1075 ! !
  1079 ! !