From 1987d7ea847fdee14f5be4ca3bbfce21d8fd1665 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Tue, 13 Mar 2018 20:20:51 -0400 Subject: [PATCH] a note about the Table fix --- core/todo.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/todo.txt b/core/todo.txt index fc98d0f44..cb5296544 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -6,8 +6,8 @@ X set colorModeDefault to true by default X blendMode() with PDF isn't showing the warning about it not being available X add blendMode() to nope() calls in PGraphicsPDF X https://github.com/processing/processing/issues/5105 -_ Table.insertRow()) causes ArrayIndexOutOfBoundsException (with fix) -_ https://github.com/processing/processing/issues/5406 +X Table.insertRow() causes ArrayIndexOutOfBoundsException (with fix) +X https://github.com/processing/processing/issues/5406 data X added setIndex() method to IntDict, FloatDict, StringDict