summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/offscreen.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/offscreen.cxx b/test/offscreen.cxx
index 13e6f8baa..c8b41637b 100644
--- a/test/offscreen.cxx
+++ b/test/offscreen.cxx
@@ -220,6 +220,7 @@ void oscr_box::oscr_drawing(void)
ox = ex;
oy = ey;
}
+ fl_line_style(FL_SOLID, 0);
fl_end_offscreen(); // close the offscreen context
redraw();
} // oscr_drawing