mirror of
https://github.com/fltk/fltk.git
synced 2026-05-29 04:26:27 +08:00
It is better to reset the line width after having finished to draw with a modified width.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12146 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -220,6 +220,7 @@ void oscr_box::oscr_drawing(void)
|
|||||||
ox = ex;
|
ox = ex;
|
||||||
oy = ey;
|
oy = ey;
|
||||||
}
|
}
|
||||||
|
fl_line_style(FL_SOLID, 0);
|
||||||
fl_end_offscreen(); // close the offscreen context
|
fl_end_offscreen(); // close the offscreen context
|
||||||
redraw();
|
redraw();
|
||||||
} // oscr_drawing
|
} // oscr_drawing
|
||||||
|
|||||||
Reference in New Issue
Block a user