UIPainter.st
changeset 1041 56ae9768b7ff
parent 1032 abe3ed3bebc9
child 1046 b3994c5e5e2f
equal deleted inserted replaced
1040:01ccc289d112 1041:56ae9768b7ff
  3573 
  3573 
  3574     lastDrawnMaster := nil.
  3574     lastDrawnMaster := nil.
  3575     windowSpec := nil.
  3575     windowSpec := nil.
  3576 
  3576 
  3577     self canvas subViews copy do:[:aView|
  3577     self canvas subViews copy do:[:aView|
  3578 	(aView isKindOf:InputView) ifFalse:[aView destroy]
  3578         "/ care to not destroy the transparent input view
       
  3579         (aView isInputOnly) ifFalse:[aView destroy]
  3579     ].
  3580     ].
  3580     model root name: UIPainter defaultNameOfCanvas asBoldText.
  3581     model root name: UIPainter defaultNameOfCanvas asBoldText.
  3581     model removeAllOtherThanRoot.
  3582     model removeAllOtherThanRoot.
  3582 
  3583 
  3583 !
  3584 !