Skip to content

Commit

Permalink
solved issue with tokens removal in the timeline visualization..
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardodebenedictis committed Jun 25, 2018
1 parent 7f94968 commit effad7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ public class LessonController implements Initializable {
for (int i = 0; i < tokens.getItemCount(); i++) {
if (((TokenXYDataItem) tokens.getDataItem(i)).t == tk_row) {
tokens.remove(i);
break;
}
break;
}
});
}
Expand Down

0 comments on commit effad7f

Please sign in to comment.