Closed GoogleCodeExporter closed 9 years ago
The above and the directly following statement and all similar statements in
core-plot should be replaced with
if (myShadow == nil)
{
shadowOffset.height = 0.0f;
shadowOffset.width = 0.0f;
shadowRadius = 0.0f;
}
else
{
shadowOffset = myShadow.shadowOffset;
shadowRadius = myShadow.shadowBlurRadius;
}
Hardy
Original comment by google@skywind.eu
on 20 Aug 2011 at 3:23
Original comment by eskr...@mac.com
on 20 Aug 2011 at 6:25
Issue 322 has been merged into this issue.
Original comment by eskr...@mac.com
on 21 Aug 2011 at 8:08
This issue was closed by revision 3e08572380e1.
Original comment by eskr...@mac.com
on 26 Aug 2011 at 1:40
Original issue reported on code.google.com by
google@skywind.eu
on 20 Aug 2011 at 3:17