diff -r 00fade82bf90 -r eb604cc734e9 DeviceGraphicsContext.st --- 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:[