kicad/include/gal
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 Remove shadowing linewidth member from the Cairo GAL 2020-08-11 00:54:23 +01:00
opengl Remove creation on the fly of wxPaintEvent instances, not allowed in 3.1.4 wxWidgets 2020-07-18 08:24:58 +02:00
color4d.h colors: Add HSL conversion and tune colors 2019-02-11 22:08:41 -08:00
compositor.h Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 2017-08-04 16:06:57 +02:00
definitions.h cairo: Fix rotated oval pads 2019-02-18 09:44:28 -08:00
gal_display_options.h Check if scaling factor has changed when top-level window is moved 2020-02-23 15:55:05 -05:00
gal_print.h Decouple GAL printing interface and its Cairo-based implementation 2018-10-31 19:17:30 +01:00
graphics_abstraction_layer.h FIX: add parameter to GAL::DrawCurve to control the curve to polyline 2019-11-17 18:22:13 +01:00
hidpi_gl_canvas.h Add configuration of Hi-DPI canvas scaling in OpenGL 2019-03-25 15:16:18 +00:00
stroke_font.h GAL: Use vector for stroke elements 2019-10-19 07:28:25 -07:00