kicad/common/gal/cairo
Ian McInerney 5684708b22 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
2020-08-10 22:16:11 +00:00
..
cairo_compositor.cpp Replace __WXDEBUG__ (improperly used) by DEBUG in some #define. 2019-10-14 11:17:38 +02:00
cairo_gal.cpp Remove creation on the fly of a wxPaintEvent instance (fix previous commit). 2020-07-15 14:56:35 +02:00
cairo_print.cpp Remove shadowing linewidth member from the Cairo GAL 2020-08-10 22:16:11 +00:00