File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ static public void init(final PApplet sketch) {
6161 public void handleQuitRequestWith (QuitEvent event , QuitResponse response ) {
6262 sketch .exit ();
6363 if (!attemptedQuit ) {
64- response .cancelQuit (); // we'll quit manually
64+ response .cancelQuit (); // tell OS X we'll handle this
6565 attemptedQuit = true ;
6666 } else {
6767 response .performQuit (); // just force it this time
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ X curveVertex() does not work with FX2D renderer
33X https://github.com/processing/processing/issues/3960
44X hide menu bar on OS X when FX2D is running full screen
55X add quotes to the necessary parameters in the size() error messages
6+ _ when calling exit(), if sketch has halted w/ exception, force the quit
7+ _ otherwise have to double-quit with cmd-q on OS X
8+ _ simple test case: using size() inside setup() from Eclipse
69_ figure our size(img.width, img.height) situation
710_ just make loadImage() work in settings, update the wiki and reference
811
You can’t perform that action at this time.
0 commit comments