summaryrefslogtreecommitdiff
path: root/src/drivers/GDI
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/GDI')
-rw-r--r--src/drivers/GDI/Fl_GDI_Graphics_Driver_vertex.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver_vertex.cxx b/src/drivers/GDI/Fl_GDI_Graphics_Driver_vertex.cxx
index 87e694f18..2f8e80232 100644
--- a/src/drivers/GDI/Fl_GDI_Graphics_Driver_vertex.cxx
+++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver_vertex.cxx
@@ -59,8 +59,7 @@ void Fl_GDI_Graphics_Driver::end_polygon() {
}
void Fl_GDI_Graphics_Driver::begin_complex_polygon() {
- begin_polygon();
- gap_ = 0;
+ Fl_Graphics_Driver::begin_complex_polygon();
numcount = 0;
}