UIPainter.st
changeset 124 98d26d6f01cb
parent 121 96d6feeeb049
child 127 95070ea7ae42
equal deleted inserted replaced
123:421d412e797b 124:98d26d6f01cb
   964     topView := self window.
   964     topView := self window.
   965 
   965 
   966     topView == aTopView ifTrue:[
   966     topView == aTopView ifTrue:[
   967         super closeRequestFor:aTopView
   967         super closeRequestFor:aTopView
   968     ] ifFalse:[
   968     ] ifFalse:[
   969         aTopView == selectionPanel window ifTrue:[
   969         (selectionPanel notNil and:[aTopView == selectionPanel window]) ifTrue:[
   970             aTopView application:nil.
   970             aTopView application:nil.
   971             aTopView terminate.
   971             aTopView terminate.
   972             selectionPanel := nil.
   972             selectionPanel := nil.
   973         ] ifFalse:[
   973         ] ifFalse:[
   974             topView raise.
   974             topView raise.