#BUGFIX by stefan
authorStefan Vogel <sv@exept.de>
Tue, 13 Dec 2016 11:40:50 +0100
changeset 7741 061327740950
parent 7740 5a101b2965bc
child 7742 b5a20c01d46f
child 7744 2d91d5b6cd3d
#BUGFIX by stefan class: GraphicsMedium changed: #destroy enable views to be reopened
GraphicsMedium.st
--- 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.
 !