Ticket #703 (closed defect: fixed)
Opened 2012-04-17T13:14:25-05:00
Last modified 2012-04-17T13:15:28-05:00
Iniital decay chart lacking vertical cursors
Reported by: | aivar | Owned by: | aivar |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | slim-plugin | Severity: | serious |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When SLIM Plugin is starting up and fitted the brightest pixel on the selected images there is often an out-of-bounds index exception (for index 0 and length 0). Another symptom is the lack of vertical cursor bars on the chart. These bars do not come back.
Change History
comment:1 Changed 2012-04-17T13:15:28-05:00 by aivar
- Status changed from new to closed
- Resolution set to fixed
Synchronized the code that updates the chart data with the code that displays it. Seems to fix this problem.