60001324 Rubber band polar track line issue

Article 60001324
Type Bug
Product Engine
Version 6019
Date Added 2/21/2011
Fixed (2/22/2011)
Submitted by Verma Rakesh

Summary

The dotted rubber band line of the polar track is not visible with some ackground colors, see : vdDocument CurrentDoc = vdFramedControl1.BaseControl.ActiveDocument; CurrentDoc.Palette.Background = System.Drawing.Color.Blue; CurrentDoc.SnapAngle = Globals.DegreesToRadians(30); CurrentDoc.PolarTrackAngle = Globals.DegreesToRadians(30); CurrentDoc.PolarTrackLock = true; CurrentDoc.PolarTrack = true; CurrentDoc.Redraw(true);

Solution

Fixed in 6020

Send comments on this topic.