*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 11 May 2009 11:52:44 +0200
changeset 2515 d77b8df4f65a
parent 2514 faf45b01db30
child 2516 6c0bc4ed2d88
*** empty log message ***
UIPainterView.st
--- a/UIPainterView.st	Mon May 11 11:52:33 2009 +0200
+++ b/UIPainterView.st	Mon May 11 11:52:44 2009 +0200
@@ -2351,8 +2351,9 @@
             self shown ifTrue:[self hideSelection].
         ]
     ].
+    self repairDamage.
     self setSelection:aSelOrNil withRedraw:false.
-    self shown ifTrue:[ self showSelection ].
+    self showSelection.
 ! !
 
 !UIPainterView methodsFor:'specification'!