mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 11:25:22 +08:00
macOS: yet another fix of line drawing (#1409)
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:
@@ -34,6 +34,7 @@ void Fl_Quartz_Graphics_Driver::end_points() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Fl_Quartz_Graphics_Driver::end_loop() {
|
void Fl_Quartz_Graphics_Driver::end_loop() {
|
||||||
|
fixloop();
|
||||||
end_line_or_loop(true);
|
end_line_or_loop(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user