kicad/common/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 Better fix for OPENGL_GAL::DrawSegment() than initial commit 5bdc78e. 2020-07-31 15:44:24 +02:00
color4d.cpp colors: Add HSL conversion and tune colors 2019-02-11 22:08:41 -08:00
gal_display_options.cpp Check if scaling factor has changed when top-level window is moved 2020-02-23 15:55:05 -05:00
graphics_abstraction_layer.cpp grid: Set grid to use integer pixels 2019-02-23 19:27:45 -08:00
hidpi_gl_canvas.cpp Add configuration of Hi-DPI canvas scaling in OpenGL 2019-03-25 15:16:18 +00:00
stroke_font.cpp GAL: Use vector for stroke elements 2019-10-19 07:28:25 -07:00