From ce142e80dfe56e90d922649fa43e577a609dc1af Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sat, 13 Mar 2021 20:06:18 +0100 Subject: Fix fl_endpoints() for macOS platform that was not effective. --- src/drivers/Quartz/Fl_Quartz_Graphics_Driver_vertex.cxx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/drivers') diff --git a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_vertex.cxx b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_vertex.cxx index 56f7e7afe..2e85f3f8d 100644 --- a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_vertex.cxx +++ b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_vertex.cxx @@ -28,13 +28,9 @@ void Fl_Quartz_Graphics_Driver::end_points() { - if (quartz_line_width_ > 1.5f) CGContextSetShouldAntialias(gc_, true); - for (int i=0; i 1.5f) CGContextSetShouldAntialias(gc_, false); } void Fl_Quartz_Graphics_Driver::end_line() { -- cgit v1.2.3