Joe Stanton wrote: > A diagonal line drawn with wxDC::DrawLine can produce > gaps which paint can leak through. Is there a fix > planned for this, or has anyone created a solution > Some other way? > > dc.DrawLine(0,0,510,511); We use the native call for drawing a line and this will surely not be changed. Robert