mirror of
https://github.com/fltk/fltk.git
synced 2026-05-09 21:06:51 +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() {
|
||||
fixloop();
|
||||
end_line_or_loop(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user