UIPainterView.st
changeset 2515 d77b8df4f65a
parent 2509 89612a372d8b
child 2526 29b49d1b4d53
equal deleted inserted replaced
2514:faf45b01db30 2515:d77b8df4f65a
  2349             self shown ifTrue:[self showUnselected:list].
  2349             self shown ifTrue:[self showUnselected:list].
  2350         ] ifFalse:[
  2350         ] ifFalse:[
  2351             self shown ifTrue:[self hideSelection].
  2351             self shown ifTrue:[self hideSelection].
  2352         ]
  2352         ]
  2353     ].
  2353     ].
       
  2354     self repairDamage.
  2354     self setSelection:aSelOrNil withRedraw:false.
  2355     self setSelection:aSelOrNil withRedraw:false.
  2355     self shown ifTrue:[ self showSelection ].
  2356     self showSelection.
  2356 ! !
  2357 ! !
  2357 
  2358 
  2358 !UIPainterView methodsFor:'specification'!
  2359 !UIPainterView methodsFor:'specification'!
  2359 
  2360 
  2360 addSpec:aSpecification builder:aBuilder in:aFrame
  2361 addSpec:aSpecification builder:aBuilder in:aFrame