GraphicsMedium.st
changeset 7741 061327740950
parent 7704 491e7a86f2b9
child 7742 b5a20c01d46f
child 7745 c8a5b8bca250
--- a/GraphicsMedium.st	Tue Dec 13 11:37:18 2016 +0100
+++ b/GraphicsMedium.st	Tue Dec 13 11:40:50 2016 +0100
@@ -2653,7 +2653,8 @@
     gc notNil ifTrue:[
         gc destroy.
     ].
-    device := nil.
+    "keep device, maybe we want to re-open the view later"
+"/    device := nil.
     realized := false.
 !