From 6dd63788ed50dae882ec0c5d1a789b3b82b5e697 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sun, 14 Mar 2021 08:22:10 +0100 Subject: [PATCH] Fix fl_endpoints() for macOS platform that was not effective. --- src/fl_vertex.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/fl_vertex.cxx b/src/fl_vertex.cxx index d665ae4e4..788fbfeaa 100644 --- a/src/fl_vertex.cxx +++ b/src/fl_vertex.cxx @@ -120,9 +120,7 @@ void Fl_Graphics_Driver::end_points() { #elif defined(__APPLE_QUARTZ__) if (fl_quartz_line_width_ > 1.5f) CGContextSetShouldAntialias(fl_gc, true); for (int i=0; i 1.5f) CGContextSetShouldAntialias(fl_gc, false); #else