kicad/include/gal/cairo
Ian McInerney 1b967a07e5 Remove shadowing linewidth member from the Cairo GAL
The base GAL has the linewidth property already, and its
accessor will only return the base version. This was causing
problems with the Cairo printing GAL, since that setter wasn't
using the base class version. Also, this removes the print-specific
setter, since the actual setting of line width shouldn't be done
there and is instead done where the drawing happens.

Fixes https://gitlab.com/kicad/code/kicad/issues/5089

(Cherry-picked from 5684708b22)
2020-08-11 00:54:23 +01:00
..
cairo_compositor.h GAL: Add antialiasing options to Cairo 2019-01-04 13:39:56 -08:00
cairo_gal.h Remove shadowing linewidth member from the Cairo GAL 2020-08-11 00:54:23 +01:00
cairo_print.h Remove shadowing linewidth member from the Cairo GAL 2020-08-11 00:54:23 +01:00