Re: [Kicad-developers] [PATCH] Ensure DrawRectangle() stroke outline will always be visible

2018-01-16 Thread Maciej SumiƄski
Hi Jon, On 01/16/2018 05:09 AM, Jon Evans wrote: > SELECTION_AREA::ViewDraw() doesn't set the line width. I thought about > fixing it by adding a call to set some kind of arbitrary width, but decided > to do it a different way to be more generally applicable. Despite my > saying that, this is

Re: [Kicad-developers] [PATCH] Ensure DrawRectangle() stroke outline will always be visible

2018-01-15 Thread Jon Evans
Please use the new attached patch instead of the first one I sent; the old one failed to include the change to selection_area.cpp On Mon, Jan 15, 2018 at 11:09 PM, Jon Evans wrote: > SELECTION_AREA::ViewDraw() doesn't set the line width. I thought about > fixing it by

[Kicad-developers] [PATCH] Ensure DrawRectangle() stroke outline will always be visible

2018-01-15 Thread Jon Evans
SELECTION_AREA::ViewDraw() doesn't set the line width. I thought about fixing it by adding a call to set some kind of arbitrary width, but decided to do it a different way to be more generally applicable. Despite my saying that, this is still more of a workaround than a real fix. Note that this