Make setSelection() work with missing points.
authorAdam Vartanian <flooey@gmail.com>
Mon, 13 Oct 2014 16:35:36 +0000 (12:35 -0400)
committerAdam Vartanian <flooey@gmail.com>
Mon, 13 Oct 2014 16:35:36 +0000 (12:35 -0400)
If the points array is missing points, for instance because the data
handler omitted them, setSelection() will now still properly find
the points that are being selected by looking at the points' idx
property instead of just indexing into the points array.


No differences found