UIPainter.st
changeset 2040 2df23da6484a
parent 2023 7a37b7c85092
child 2072 0b0a24d7b198
--- a/UIPainter.st	Tue Mar 14 18:18:53 2006 +0100
+++ b/UIPainter.st	Tue Mar 14 20:03:57 2006 +0100
@@ -3440,10 +3440,10 @@
 
         list := slices collect:[:eachSlice | eachSlice first asString].
         self treeView isCanvasSelected ifFalse:[
-            list add:(UIHelpTool label)
+            list := list copyWith:(UIHelpTool label)
         ].
         view notNil ifTrue:[
-            list add:UILayoutTool label.
+            list := list copyWith:UILayoutTool label.
         ].
 
 "/        size   := slices size.