| Article | 60001940 |
| Type | Wish |
| Product | Engine |
| Date Added | 4/11/2013 12:00:00 AM |
| Fixed | (6/7/2013 12:00:00 AM) |
| Submitted by | D. Benov |
Summary
When editing polyline vertices in propertylist, when shows Points Editor dialog, I need to show edited vertex on drawing, so user can see the vertex that is edited in this moment.
Solution
Added in 6026.
A small cross is drawn when editing points of a polyline using the default VectorDraw dialog.
The size of the cross is determined from the gripsize of the Document.
Yoiu can enable/disable this feature like below
VectorDraw.Professional.Dialogs.VdrawDialogs.ShowVertexPolylineCross = false;
