Commit 653e4e19 刘韬

1

1 个父辈 eb73b1b8
......@@ -2141,7 +2141,7 @@ namespace ZedGraph
int iBar = 0;
foreach ( CurveItem curve in targetCurveList )
foreach ( CurveItem curve in targetCurveList.ToArray() )
{
//test for pie first...if it's a pie rest of method superfluous
if ( curve is PieItem && curve.IsVisible )
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!