UIPainter.st
changeset 101 8d674e606a94
parent 92 79473a16fdc9
child 109 0b53bd128667
equal deleted inserted replaced
100:01775d3d8489 101:8d674e606a94
   682 
   682 
   683 closeRequestFor:aTopView
   683 closeRequestFor:aTopView
   684     aTopView == topView ifTrue:[
   684     aTopView == topView ifTrue:[
   685         super closeRequestFor:aTopView
   685         super closeRequestFor:aTopView
   686     ] ifFalse:[
   686     ] ifFalse:[
       
   687         topView raise.
   687         topView device beep
   688         topView device beep
   688     ]
   689     ]
   689 ! !
   690 ! !
   690 
   691 
   691 !UIPainter methodsFor:'user interaction - dialogs'!
   692 !UIPainter methodsFor:'user interaction - dialogs'!