Moving Block leaves trail

I have been playing with the Diagram Studio and noticed that when moving a block it leaves a trail of ghost blocks behind until the block is released. Is this normal & expected? Is there some way of removing the trail?


David.

It's not normal. We confirmed this is a bug in Diagram Studio when using DragStyle = dsOutline, and the problem will be fixed in the next version.
For now, you can get rid of this issue by setting:
    atDiagram1.DragStyle: = dsShape;

--
Ricardo Samila
TMS Software Team
http://www.tmssoftware.com

Ok, Thanks.