mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
javadoc fix, todo note
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user