DeviceGraphicsContext.st
branchjv
changeset 7149 eb604cc734e9
parent 7071 4939fcb844d6
child 7153 44ee55f9208a
--- a/DeviceGraphicsContext.st	Wed Feb 17 07:04:15 2016 +0100
+++ b/DeviceGraphicsContext.st	Fri Feb 19 06:48:34 2016 +0000
@@ -3717,6 +3717,9 @@
     id notNil ifTrue:[
         self changed:#aboutToDestroy.
         drawableId := nil.
+        OperatingSystem isMSWINDOWSlike ifTrue:[
+            Delay waitForMilliseconds: 1.
+        ].
         drawableType == #window ifTrue:[
             device destroyView:nil withId:id.
         ] ifFalse:[