kicad/common/gal
Seth Hillbrand 5bdc78e3ba GAL: Fix issue with small tracks being hidden
When drawing segments that are smaller than the segment width, OpenGL
did not use realistic values, leading to hidden, small tracks.  Instead,
we set the track to only draw a segment when the length is at least 1
radius long (so that we can see the full semi-circle at the track end)

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

(cherry picked from commit 294dabf640)
2020-07-30 15:12:17 -07:00
..
cairo Remove creation on the fly of wxPaintEvent instances, not allowed in 3.1.4 wxWidgets 2020-07-18 08:24:58 +02:00
opengl GAL: Fix issue with small tracks being hidden 2020-07-30 15:12:17 -07: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