bug fix on highlighting label; copy the layout
authorClaus Gittinger <cg@exept.de>
Fri, 02 Jul 1999 11:35:01 +0200
changeset 1426 9a067c26db45
parent 1425 ff0d2b718663
child 1427 03d90634fbbd
bug fix on highlighting label; copy the layout
DSVLabelView.st
--- a/DSVLabelView.st	Thu Jul 01 08:20:23 1999 +0200
+++ b/DSVLabelView.st	Fri Jul 02 11:35:01 1999 +0200
@@ -124,7 +124,7 @@
     "invalidate rectangle assigned to an item
     "
     shown ifTrue:[
-        self invalidate:(anItem layout)
+        self invalidate:(anItem layout copy)
     ]
 !
 
@@ -399,5 +399,5 @@
 !DSVLabelView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/DSVLabelView.st,v 1.22 1999-06-11 17:22:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DSVLabelView.st,v 1.23 1999-07-02 09:35:01 cg Exp $'
 ! !