diff --git a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_vertex.cxx b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_vertex.cxx index bcb41df96..86ebb5392 100644 --- a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_vertex.cxx +++ b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_vertex.cxx @@ -34,6 +34,7 @@ void Fl_Quartz_Graphics_Driver::end_points() { } void Fl_Quartz_Graphics_Driver::end_loop() { + fixloop(); end_line_or_loop(true); }