Re: [Kicad-developers] [PATCH] Avoid shadowed variable

2018-02-28 Thread Maciej SumiƄski
Thank you Simon, I have just merged your patch. Cheers, Orson On 02/28/2018 09:50 AM, Simon Richter wrote: > --- > pcbnew/dialogs/dialog_plot.cpp | 1 - > 1 file changed, 1 deletion(-) > > > > ___ > Mailing list: https://launchpad.net/~kicad-develop

[Kicad-developers] [PATCH] Avoid shadowed variable

2018-02-28 Thread Simon Richter
--- pcbnew/dialogs/dialog_plot.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pcbnew/dialogs/dialog_plot.cpp b/pcbnew/dialogs/dialog_plot.cpp index e760c0443..18f533316 100644 --- a/pcbnew/dialogs/dialog_plot.cpp +++ b/pcbnew/dialogs/dialog_plot.cpp @@ -868,7 +868,6 @@ void DIALOG_PLOT::Pl