From: <ai...@us...> - 2011-07-11 22:04:30
|
Revision: 11807 http://plplot.svn.sourceforge.net/plplot/?rev=11807&view=rev Author: airwin Date: 2011-07-11 22:04:24 +0000 (Mon, 11 Jul 2011) Log Message: ----------- Fix small error in line-style restoration. Modified Paths: -------------- trunk/src/pllegend.c Modified: trunk/src/pllegend.c =================================================================== --- trunk/src/pllegend.c 2011-07-11 22:03:15 UTC (rev 11806) +++ trunk/src/pllegend.c 2011-07-11 22:04:24 UTC (rev 11807) @@ -835,6 +835,7 @@ ybox[2] = ty - 0.5 * drow * box_scales[i]; ybox[3] = ty + 0.5 * drow * box_scales[i]; plfill( 4, xbox, ybox ); + pllsty( line_style_save ); plwid( line_width_save ); } if ( opt_array[i] & PL_LEGEND_LINE ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |