divyavamsee / core-plot

Automatically exported from code.google.com/p/core-plot
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Patch for /framework/Source/CPTScatterPlot.m #441

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When no points are visible in indexOfVisibleClosestToPlotAreaPoint:, then it 
return NSNotFound.  Passing that in to plotAreaPointOfVisiblePointAtIndex: just 
crashes the program.  I added a 'return NO' if index == NSNotFound.

Original issue reported on code.google.com by keith.pe...@gmail.com on 20 Jun 2012 at 7:27

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by eskr...@mac.com on 20 Jun 2012 at 11:39

GoogleCodeExporter commented 9 years ago

Original comment by eskr...@mac.com on 20 Jun 2012 at 11:40

GoogleCodeExporter commented 9 years ago

Original comment by eskr...@mac.com on 20 Jun 2012 at 11:42

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 15fde4073262.

Original comment by eskr...@mac.com on 21 Jul 2012 at 10:16