javadoc fix, todo note

This commit is contained in:
benfry
2009-02-23 21:16:24 +00:00
parent d0d20e4f09
commit e3e9da335b
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -767,7 +767,6 @@ public class Base {
/**
* Close a sketch as specified by its editor window.
* @param editor Editor object of the sketch to be closed.
* @param quitting True if this is being called by File → Quit.
* @return true if succeeded in closing, false if canceled.
*/
public boolean handleClose(Editor editor) {
+2
View File
@@ -8,6 +8,8 @@ X set strokeWeight with begin/endRaw
X http://dev.processing.org/bugs/show_bug.cgi?id=1172
X fix strokeWeight with P3D (better version of line hack)
X make P3D use proper weights
X ArrayIndexOutOfBoundsException with point()
X http://dev.processing.org/bugs/show_bug.cgi?id=1168
_ if no draw() method, and renderer is not displayable, then exit
_ static mode PDFs shouldn't just hang