raise the topView in case of closeing an slave view
authorca
Tue, 08 Apr 1997 20:19:05 +0200
changeset 101 8d674e606a94
parent 100 01775d3d8489
child 102 6fa9c1f05564
raise the topView in case of closeing an slave view
UIPainter.st
--- 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
     ]
 ! !