macOS: yet another fix of line drawing (#1409)
Build and Test / build-linux (push) Has been cancelled
Build and Test / build-wayland (push) Has been cancelled
Build and Test / build-macos (push) Has been cancelled
Build and Test / build-windows (push) Has been cancelled

The call to fixloop() had been accidentally removed by previous commits.

This commit fixes it to prevent potential regressions in *other* code
(not directly related to symbol drawing).
This commit is contained in:
Albrecht Schlosser
2026-04-23 20:41:35 +02:00
parent e19bc59ec1
commit 3c8bc27458
@@ -34,6 +34,7 @@ void Fl_Quartz_Graphics_Driver::end_points() {
}
void Fl_Quartz_Graphics_Driver::end_loop() {
fixloop();
end_line_or_loop(true);
}