BUG: setPenWidth not working properly on 920xt

Former Member
Former Member
I drew a circle with penwidth 6 as in:

dc.setPenWidth(6);
dc.drawCircle(x, y, radius);


It looks fine in the simulator, but on my 920xt it has as pen width of 1, so I think I found a bug.