UIPainter.st
changeset 101 8d674e606a94
parent 92 79473a16fdc9
child 109 0b53bd128667
--- a/UIPainter.st	Tue Apr 08 20:16:59 1997 +0200
+++ b/UIPainter.st	Tue Apr 08 20:19:05 1997 +0200
@@ -684,6 +684,7 @@
     aTopView == topView ifTrue:[
         super closeRequestFor:aTopView
     ] ifFalse:[
+        topView raise.
         topView device beep
     ]
 ! !