mirror of
https://github.com/processing/processing4.git
synced 2026-02-05 06:39:20 +01:00
fixes to make closing of applets perhaps behave better
This commit is contained in:
@@ -805,16 +805,8 @@ afterwards, some of these steps need a cleanup function
|
||||
}
|
||||
}
|
||||
|
||||
public void doStop() {
|
||||
/*
|
||||
if (presenting) {
|
||||
presenting = false; // to avoid endless recursion
|
||||
doClose();
|
||||
//presentationWindow.hide();
|
||||
return;
|
||||
}
|
||||
*/
|
||||
|
||||
public void doStop() {
|
||||
if (pdeRuntime != null) pdeRuntime.stop();
|
||||
if (watcher != null) watcher.stop();
|
||||
//System.out.println("stop2");
|
||||
|
||||
Reference in New Issue
Block a user