Problem with node back color

I have a GoView and a GoPalette linked. When I drag a GoTextNode from the palette on to the view and then set the background color it sets not just that nodes background color, but also the color of all other nodes that came from that palette item.
I think this is something to do with the node being link or sharing a value, but the background color seems to be the only value shared.
Is there a way of stopping this?
Thanks…
-Jim.

Are you modifying a Brush after having used it? That is actually not permitted in GoDiagram.

Ah, that would be what the problem is. Thanks.
-Jim.